John Catral wrote:

> What I meant was... where in the file "lilo.conf" do I put the
> "append=224M"?  Do I put it before the boot=/dev/hda...
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> etc...
>
> I know that we can't just put append=224M anywhere inside the file.  Or can
> I?
>
> -John

  I just looked at my lilo.conf file, and I think we may have the answer!

Just take a look at those empty 'append=""' lines! Worth a shot!

--
Larry Varney
Cold Spring, KY
http://w3.one.net/~lvarney
Powered by Linux!


boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
other=/dev/hda1
        label=windows
        table=/dev/hda
other=/dev/fd0
        label=floppy
        unsafe
image=/boot/vmlinuz
        label=linux
        root=/dev/hda7
        append=""
        read-only
other=/dev/hda1
        label=w
        table=/dev/hda
image=/boot/vmlinuz
        label=l
        root=/dev/hda7
        append=""
        read-only

Reply via email to