Quote (Guest @ Mar. 25 2005,13:53) |
I doest undestand where and when you use the file needwr! |
Quote |
# Added by [your_name_here] for remastering from HD installation rm -f /var/cache/apt cp -Rp /KNOPPIX/var/cache/apt /var/cache rm -f /var/lib/apt cp -Rp /KNOPPIX/var/lib/apt /var/lib |
Quote (Guest @ Mar. 25 2005,13:53) |
for make the CD i used mkisofs -r -J -l -no-emul-boot -no-pad -boot-load-size 4 -boot-info-table -hide-rr-moved -V DSL -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o "$2" "$1" where $2 and $1 are from your scipt ! |