On Fri, 14 Aug 1998, Zaphod Beeblebrox wrote:
:
: When I boot my system I have to tell the kernel
: the hard drive parameters.
:
: LILO: linux hda=1010,12,55 hdb=683,16,38
add a line like this:
append="hda=1010,12,55 hdb=683,16,38"
The append line ought to appear in the global section, s
When I boot my system I have to tell the kernel
the hard drive parameters.
LILO: linux hda=1010,12,55 hdb=683,16,38
I would like to get this set up so I don't have
to manually enter this information.
I tried setting up my lilo.conf file as follows:
boot=/dev/hda
delay = 100
root=/dev/hda2
compa
2 matches
Mail list logo