choekstr
Group: Members
Posts: 12
Joined: April 2005 |
|
Posted: May 03 2005,23:29 |
|
Ok, I finally figured out what I had to do to get everything out of the root directory.
First, I moved all the files into a /boot/dsl directory. This included the linux24, minirt24.gz, and KNOPPIX file (not the directory since I didn't want it that way)
Then all I did was mount the minirt24.gz (uncompressed first) to the filesystem: mount -o loop minirt24 /mnt and then edited the linuxrc script to change the KNOPPIX_DIR variable from "KNOPPIX" (which resolved to /KNOPPIX) to "boot/dsl" (which then loads the file /boot/dsl/KNOPPIX).
Save the linuxrc file, unmount the minirt24, gzip -9 it, copy it back, make a new iso and all is golden. Single variable change and my life is great! I now have a clean root directory on the CD/memory stick and everything (all 7 images; dsl is one of them) are all self contained under /boot!
If anyone needs further explanation, let me know. I can explain better.
Thanks for the help/suggestions, Chris
|