Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 17383

Summary: Section "kernel configuration" mentions GRUB but not LILO
Product: [OLD] Docs-user Reporter: Sven Vermeulen (RETIRED) <swift>
Component: Gentoo Linux x86 Installation GuideAssignee: Docs Team <docs-team>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven Vermeulen (RETIRED) gentoo-dev 2003-03-12 12:09:19 UTC
In chapter "Installing the kernel and a System Logger" there is a note that sais:

"""
It is vital that a gentoo=notmpfs flag be added to the kernel line in
/boot/grub/grub.conf for the 2.2 kernel so that a ramdisk is mounted for the
boot scripts instead of tmpfs.
"""

This should read something like

"""
It is vital that a gentoo=notmpfs flag be added to the kernel line in
/boot/grub/grub.conf or to the append line in /etc/lilo.conf for the 2.2 kernel
so that a ramdisk is mounted for the boot scripts instead of tmpfs.
"""


Reproducible: Always
Steps to Reproduce:
Comment 1 Jorge Paulo (RETIRED) gentoo-dev 2003-03-13 19:57:13 UTC
Added small verbage about LILO as requested. See diff here:  
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-install.xml.diff?r1=1.84&r2=1.85