Gentoo Archives: gentoo-dev

From: Doug Goldstein <dougg@×××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Build Doc Error
Date: Fri, 14 Jun 2002 14:52:32
Message-Id: 200206141552.34781.dougg@ufl.edu
In Reply to: [gentoo-dev] Build Doc Error by "Hanford_Smith
1 Works perfectly fine the doc way and I think you wanted the splashimage to be
2 without the /boot but you didn't type that. However I like it the doc way
3 with /boot in there. Makes it a bit more clear to look at.
4
5 -Doug
6
7 On Friday 14 June 2002 03:21 pm, Hanford_Smith, Jason wrote:
8 > Code Listing 40
9 >
10 > The following two lines have errors:
11 >
12 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz
13 >
14 > should be
15 >
16 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz
17 >
18 >
19 > and
20 >
21 > kernel /boot/bzImage root=/dev/hda3
22 >
23 > should be
24 >
25 > kernel /bzImage root=/dev/hda3
26 >
27 >
28 > Reason: Both file references are relative to (hd0,0) which is already /boot
29 >
30 >
31 > --Jason
32 > _______________________________________________
33 > gentoo-dev mailing list
34 > gentoo-dev@g.o
35 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] Build Doc Error Colin Morey <peitolm@g.o>