myDSL Extensions (deprecated) :: NetWorked DSL?



lets start simple ( if you get this to work, you may improve this mehod later)
you put samba.dsl on the usb-key
edit bootlocal.sh in insert a lines to mount the smb-share
Code Sample

mkdir /mnt/smb
smbmount //smb-server/share /mnt/smb -o username=usr,password=pswd,workgroup=group

now if you want to "install" OpenOffice, Opera at boottime add:
Code Sample

mydsl-load /mnt/smb/openoffice.uci
mydsl-load /mnt/smb/opera.uci

if you want users them self to "install" extensions add lines like this to /home/dsl/.fluxbox/menu
Code Sample

[submenu](Install Optional Extensions){}
   [exec](firefox-0.9.3){/usr/bin/mydsl-load /mnt/smb/firefox-0.9.3.dsl}
   [exec](gcc1){/usr/bin/mydsl-load /mnt/smb/gcc1.dsl}
   [exec](gimp2.0){/usr/bin/mydsl-load /mnt/smb/gimp2.0.dsl}
   [exec](gtkfind){/usr/bin/mydsl-load /mnt/smb/gtkfind.dsl}
   [exec](gtksee5.2){/usr/bin/mydsl-load /mnt/smb/gtksee5.2.dsl}
   [exec](vnc4x_1_4_6){/usr/bin/mydsl-load /mnt/smb/vnc4x_1_4_6.dsl}
   [exec](xine){/usr/bin/mydsl-load /mnt/smb/xine.dsl}
 [end]

and use filetool.lst backup/restore to have these modifications saved


original here.