Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19635 - Misleading lilo.conf example
Summary: Misleading lilo.conf example
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Alternative Installation Guide (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/gentoo-x...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-19 18:17 UTC by Ryan R. Varick
Modified: 2003-05-04 07:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan R. Varick 2003-04-19 18:17:34 UTC
The boot image in code listing 23.6, under Configuring LILO, is not correct, 
given the instructions in the rest of the installation guide.  The line:

"image=/boot/vmlinuz-2.4.20
  /label=..."

should be changed to:

"image=/boot/bzImage
  /label=..."


Reproducible: Always
Steps to Reproduce:
1. Update the code listing.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-05-04 07:23:31 UTC
True, true. Changed and committed. Sorry for the delay, and thanks for the feedback!