On 06-Oct-2000 Ray Curtis spoke something to the effect:
>>>>>> "k" == kabir  <[EMAIL PROTECTED]> writes:
> 
> k> -----BEGIN PGP SIGNED MESSAGE-----
> k> Hash: SHA1
> 
> k> I am having memory problems I added the statement  append=mem=128M" to
> my
> k> lilo.conf and it won't recognise it. 
> k> Here is my lilo.conf file:
> k> <snip>
> k> image=/boot/linux-2.2.12
> k>         label=linux
> k>         initrd=/boot/initrd-2.2.12-20.img
> k>         read-only
> k>         root=/dev/hda2
> k>         append=" mem=128M"
>         
> k> other=/dev/hda1
> k>         label=dos
> 
> Read the manpage on lilo.conf, you will note that the 'append'
> statement belongs in the global section of lilo.conf.
> 
> Should be:
> <snip>
> append="mem=128M"
> 
> image=/boot/linux-2.2.12
>          label=linux
>          initrd=/boot/initrd-2.2.12-20.img
>          read-only
>          root=/dev/hda2

It will work the way it is in the original post.It would  just need to be
added into every section with a kernel (image) entry or it won't show up.
Been there, done that.

-- 
It's OK. I'm an intellectual, too.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to