On Sun, Aug 1, 2010 at 3:28 PM, Steve Simon <[email protected]> wrote: >> Can I get it to download >> the INI file as well, some how? > > I don't beleive so. > > Normally the plan9.ini is be read from the same > device that 9load is loaded from.
see /sys/src/boot/pc/load.c - the loader searches for plan9.ini in various places; in the case of PXE, it even searches over ethernet at /cfg/pxe/MAC. It would be enough if this case was extended to the general loader, instead of just 9pxeload (what's so special about that anyways?). ak
