noclobber
Group: Members
Posts: 75
Joined: Sep. 2004 |
|
Posted: Oct. 18 2004,17:42 |
|
I have installed DSL 0.8.2 onto my hard drive at hdb7 and added numerous apps, utilities, and games via apt-get and MyDSL as well as customized my wallpaper, fluxbox menu, desktop icons, ppp, etc. Now that I've got everything the way I like it, I'd like to remaster a new CD.
I booted the original DSL 0.8.2 CD, mounted hdb7 (my DSL HD installation) and hdb5 (a FAT32 partition containing Windows 2000 and plenty of free space), then as root, issued the following command:
mkisofs -R /mnt/hdb7 | create_compressed_fs - 65536 > /mnt/hdb5/KNOPPIX
The compressed KNOPPIX image file could then be mounted with the command:
mount /mnt/hdb5/KNOPPIX /mnt/some_empty_dir -t iso9660 -o ro,loop=/dev/cloop1
and indeed everything that is on hdb7 shows up in the KNOPPIX file.
Next, I booted DSL from hdb7 while leaving the original DSL CD loaded, mounted both hdb5 and the cdrom, and created the empty directory /home/dsl/newcd. I then copied everything except the original KNOPPIX file from /cdrom to /home/dsl/newcd and copied my custom KNOPPIX file from /mnt/hdb5 to /home/dsl/newcd/KNOPPIX.
After verifying that the directory structure of /home/dsl/newcd mirrored that of /cdrom, I issued this command as root:
mkisofs -r -l -J -no-emul-boot -no-pad -boot-load-size 4 -boot-info-table -hide-rr-moved -V KNOPPIX -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o /mnt/hdb5/dsl082a.iso /home/dsl/newcd
I burned the iso and booted it up, but it looks and runs exactly like the original DSL 0.8.2 CD. None of my changes are there. Everything I've added is there in the /KNOPPIX directory, but not in the / directory.
I'm guessing that I've missed something along the way here, so how do I get my CD to boot DSL just like it boots from the hard drive?
-------------- Don't say "No" to Digital Restrictions Management, say "HELL, NO!!!".
|