Hi,
Is there any standard way of making a cdrom install use a config.xml
embedded into the rootfs ?
From looking at config.inc :
if (strstr($g['platform'], "cdrom")) {
/* config is on floppy disk for CD-ROM version*/
$cfgdevice = $cfgpartition = "fd0";
$cfgfstype = "msdos";
} else {
Which *seems* to indicate no..
It would be nice to be able to create a rootfs with a hardwired config,
once you have done the initial cdrom config onto floppy.. using a floppy
is a possible point of failure for some applications.
Cheers
Brett |