doc.maizo
Group: Members
Posts: 5
Joined: Mar. 2007 |
|
Posted: April 18 2007,07:45 |
|
I did it! This is the step-by-step procedure:
1. boot with:
Code Sample | dsl ssh secure |
2. from terminal, mount the USB drive as rw:
Code Sample | $ sudo mount -o remount,rw /cdrom |
Note: since DSL is developed as a livecd, boot device is mounted in /cdrom, so also USB drive (usually /dev/sda1);
3. with an editor, open /opt/bootlocal.sh:
Code Sample | $ sudo nano /opt/bootlocal.sh |
and add /etc/init.d/ssh start to it;
4. with an editor, open /home/dsl/.filetool.lst:
Code Sample | $ sudo nano /home/dsl/.filetool.lst |
and add /etc/shadow to it;
5. run Backup/Restore (from DSL Control Panel or with right click, System, Backup/Restore) and choose sda1 (without /dev/!) as backup device.
Thanks to ^thehatsrule^ and to te guys at Debianizzati.org.
|