Julienna Chu wrote: > Can I just stick in > ether= 11,0x300,0,0,eth0 in lilo.conf and make it work? > > THere's got to be a more efficent way to make this work. >
from the BootPrompt HOWTO: ----------------------------------------------------------------------- the LILO append= command is of significant importance when one wants to add a boot time argument as a permanent addition to the LILO config file. You simply add something like append = "foo=bar" to the /etc/lilo.conf file. It can either be added at the top of the config file, making it apply to all sections, or to a single system section by adding it inside an image= section. Please see the LILO documentation for a more complete description. ----------------------------------------------------------------------- Tom