> The ability to specify the RAMDrive size as an option right in the text
> config file, rather than as a boot time option or something requiring a
> rebuild. The additional RAMDisk space would then accomodate the aux tools.
Unfortunately, by the time it is able to read a config file, it is too
late. But you don't have to rebuild. Just re-run lilo. You can get the
lilo.conf parms out of the buildit.s script, and run lilo with a larger
ramdisk. No rebuild required.
> Secondly, to incorporate a simple script which looks for and mounts a
> floppy or CD and runs a script on it to add resources to the boot
> disk. Right now, I insert my aux tools media and mount it, then run the
> script - but it'd be really swift to just stuff the media in and hit a two
> or three character command and have the whole lot performed.
Well, this is easy to add by changing settings.s and/or rc.custom.gz. It
is more problematic than you would think to 'look for' devices at boot
time, already just doing the 'pcmcia start' command locks up some boxes.
> I know, both sound like features for lazy folk, but what they would do is
> allow people to easily supplement the TomsRTBT disk with additional tools
I will put some more thought into it, at one point I did have it look for
a third config file on the floppy and run it if present.
-Tom