Gentoo Archives: gentoo-dev

From: "Hanford_Smith
To: "'gentoo-dev@g.o'" <gentoo-dev@g.o>
Subject: [gentoo-dev] Build Doc Error
Date: Fri, 14 Jun 2002 14:21:48
Message-Id: A009E8C0F6EEE8449BF7B266BF0C4AAC4D3D9A@VLEXCH01.thcg.net
1 Code Listing 40
2
3 The following two lines have errors:
4
5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
6
7 should be
8
9 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
10
11
12 and
13
14 kernel /boot/bzImage root=/dev/hda3
15
16 should be
17
18 kernel /bzImage root=/dev/hda3
19
20
21 Reason: Both file references are relative to (hd0,0) which is already /boot
22
23
24 --Jason

Replies

Subject Author
Re: [gentoo-dev] Build Doc Error Doug Goldstein <dougg@×××.edu>
Re: [gentoo-dev] Build Doc Error "orange-pc.ces.clemson.edu" <grant@×××××××××××××.org>