Code Sample |
#cp -Rp /mnt/hda1/Dokument /mnt/hda3/newcd (Docs I want on my disc) #cp -Rp /mnt/hda1/optional /mnt/hda3/newcd (The “optional” directory) #cp -Rp /mnt/hda1/Bootload/* /mnt/hda3/newcd (Modules I want to load at boottime) |
Code Sample |
#cp -Rp /mnt/hda1/backgrounds/* /mnt/hda3/source/etc/skel/.fluxbox #cp -Rp /mnt/hda1/styles/* /mnt/hda3/source/usr/share/fluxbox/styles |
Quote |
Create the custom compressed image file: #mkisofs -R /mnt/hda3/source | create_compressed_fs - 65536 > /mnt/hda3/newcd/KNOPPIX/KNOPPIX Create the iso-file as follows: #cd /mnt/hda3 #mkisofs -no-pad -l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -o mydsl.iso newcd Copy the iso-file to the first partition on your harddrive #cp /mnt/hda3/mydsl.iso /mnt/hda1 Reboot and burn the cd and you are good to go with your brand new remaster |