QUOTE (Jotnar @ Jul 17 2008, 10:10 AM)

@midz
Try this one:
@Jetman
I have all my linux live-cds booting from a directory called LINUX on the root of my dvd so I know you can put them in directories other than the default

. The SLAX (5/6) based ones where easy to do since the from= boot parameter tells it where to look for the LIVECD.SGN file first. Otherwise it'll search the whole disc and will try to boot from the directory it finds that file in first, which can end up being the wrong one if you have mutiple SLAX based distros on your disc like I do (SLAX 5 / SLAX 6 / ZenWalk 5 / Backtrack 3).
Cheers
Jotnar: I understood all of that and read your earlier post about hacks to other distros that I haven't touched yet:
very good ! My point was that 'from=' changed a
little bit, from Linux-Live-5 to 6, but it still helps find LIVECD.SGN. I did my SuperDisc proj w/o hacks to the init ramdisk and I still segmented the distros in their own sub-dirs. Also, I discovered that LL/Slax-5 had several directories in the root, while LL/Slax-6 had two: /boot and /slax. Initially, I made the mistake of breaking out the sub-dirs in /slax, to match the layout of LL/Slax-5. Never worked and I suspect midz did something like that. Also the reason I mentioned the cmd-line boot opts changed. It would
never find LIVECD.SGN. So, I have something like:
CODE
\Super-Disc
killbill\
base\
devel\
modules\
etc...
slax-6\
boot\
slax\
base\
devel\
modules\
etc...
I probably could've buried killbill (Slax-5) and slax-6 under another dir level, but otherwise I did my proj w/o mods.
Re: MKISOFS cmd-line opts, I've covered that more than once, but perhaps it's time for another recap in the 1st msg, w/ a pointer to a MKISOFS dload.
I also need to d/l a fresh copy of PCLinuxOS, to try your hack for adding it to a multi-boot disc. Later....Jet