Quote (mikshaw @ April 18 2005,10:24) |
Well, one way is to remaster...which of course was mentioned in your other thread. An alternative to a full remaster (if you just want to add files instead of removing) is to rebuild the ISO with one or more mydsl or backup archives added. mount the ISO: sudo mount -o loop dsl-1.0.1.iso /mountpoint Replace "/mountpoint" with a path to where you want to mount it. Copy the contents of /mountpoint onto a harddrive somewhere. Add a backup.tar.gz (or a mydsl extension including your backups) to the root of the same directory into which you copied the ISO contents. CD into that directory and rebuild the ISO: mkisofs -r -l -b KNOPPIX/boot.img -c KNOPPIX/boot.cat -o /path/to/new_DSL_CD.iso ./ Another possibility is to back up onto a floppy (fd0) or usb device (sda1?)...something small and portable. |