mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Feb. 08 2007,04:59 |
|
You cannot keep deleted files deleted from /home/dsl unless you are using a persistent home. When a frugal system boots, all files are copied from /KNOPPIX/etc/skel into /home/dsl. After this, files that you have backed up will be restored, overwriting any files in /home/dsl that are included in the backup. This process only adds to or replaces existing files,and cannot remove them. In order to automatically remove icons, you will need to add a command to /opt/bootlocal.sh to do this. example: rm -f /home/dsl/.xtdesktop/{icon1,icon2,icon3}.{png,gif,lnk}
Backup/restore must be manually enabled before it will work. There is a tool available in the desktop menu to specify a backup location. Enter "hdc1" and you should be fine after that.
"mydsl=/dev/hdc1" should be "mydsl=hdc1". You might also need to put "dsl" in front of it.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|