>>>>> "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



-- 
Ray Curtis         Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]                        http://www.clark.net/pub/ray
============================================================================



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

Reply via email to