Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86-bootloader.xml
Date: Sun, 10 Jul 2005 21:00:04
Message-Id: 200507102059.j6AKxHN4018120@robin.gentoo.org
1 swift 05/07/10 20:59:32
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-x86-bootloader.xml
5 hb-install-x86-kernel.xml
6 Log:
7 Some changes thanks to roger55
8
9 Revision Changes Path
10 1.2 +11 -11 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
15
16 Index: hb-install-x86-bootloader.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hb-install-x86-bootloader.xml 5 Jul 2005 08:02:04 -0000 1.1
23 +++ hb-install-x86-bootloader.xml 10 Jul 2005 20:59:32 -0000 1.2
24 @@ -4,7 +4,7 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-bootloader.xml,v 1.2 2005/07/10 20:59:32 swift Exp $ -->
30
31 <sections>
32
33 @@ -250,10 +250,10 @@
34 # Comment out if you don't have a graphics card installed</comment>
35 splashimage=(hd0,0)/grub/splash.xpm.gz
36
37 -title=Gentoo Linux 2.6.11-r3
38 +title=Gentoo Linux 2.6.11-r11
39 <comment># Partition where the kernel image (or operating system) is located</comment>
40 root (hd0,0)
41 -kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3
42 +kernel /kernel-2.6.11-gentoo-r11 root=/dev/hda3
43
44 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
45 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
46 @@ -269,10 +269,10 @@
47 timeout 30
48 splashimage=(hd0,0)/grub/splash.xpm.gz
49
50 -title=Gentoo Linux 2.6.11-r3
51 +title=Gentoo Linux 2.6.11-r11
52 root (hd0,0)
53 -kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
54 -initrd /initrd-2.6.11-gentoo-r3
55 +kernel /kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
56 +initrd /initramfs-genkernel-x86-2.6.11-gentoo-r11
57
58 <comment># Only in case you want to dual-boot</comment>
59 title=Windows XP
60 @@ -463,7 +463,7 @@
61 </p>
62
63 <pre caption = "Installing LILO">
64 -# <i>emerge --usepkg lilo</i>
65 +# <i>emerge lilo</i>
66 </pre>
67
68 </body>
69 @@ -516,18 +516,18 @@
70 default=gentoo <comment># When the timeout has passed, boot the "gentoo" section</comment>
71
72 <comment># For non-genkernel users</comment>
73 -image=/boot/kernel-2.6.11-gentoo-r3
74 +image=/boot/kernel-2.6.11-gentoo-r11
75 label=gentoo <comment># Name we give to this section</comment>
76 read-only <comment># Start with a read-only root. Do not alter!</comment>
77 root=/dev/hda3 <comment># Location of the root filesystem</comment>
78
79 <comment># For genkernel users</comment>
80 -image=/boot/kernel-2.6.11-gentoo-r3
81 +image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r11
82 label=gentoo
83 read-only
84 root=/dev/ram0
85 append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
86 - initrd=/boot/initrd-2.6.11-gentoo-r3
87 + initrd=/boot/initramfs-genkernel-x86-2.6.11-gentoo-r11
88
89 <comment># The next two lines are only if you dualboot with a Windows system.</comment>
90 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
91 @@ -547,7 +547,7 @@
92 </p>
93
94 <pre caption = "Using append to add kernel options">
95 -image=/boot/kernel-2.6.11-gentoo-r3
96 +image=/boot/kernel-2.6.11-gentoo-r11
97 label=gentoo
98 read-only
99 root=/dev/hda3
100
101
102
103 1.2 +8 -19 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml
104
105 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
106 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
107 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
108
109 Index: hb-install-x86-kernel.xml
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- hb-install-x86-kernel.xml 5 Jul 2005 08:02:04 -0000 1.1
116 +++ hb-install-x86-kernel.xml 10 Jul 2005 20:59:32 -0000 1.2
117 @@ -4,7 +4,7 @@
118 <!-- The content of this document is licensed under the CC-BY-SA license -->
119 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
120
121 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
122 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-kernel.xml,v 1.2 2005/07/10 20:59:32 swift Exp $ -->
123
124 <sections>
125
126 @@ -347,16 +347,7 @@
127 </pre>
128
129 <p>
130 -Next, copy over the kernel configuration used by the Installation CD to the
131 -location where genkernel looks for the default kernel configuration:
132 -</p>
133 -
134 -<pre caption="Copying over the Installation CD kernel config">
135 -# <i>zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6</i>
136 -</pre>
137 -
138 -<p>
139 -Now, compile your kernel sources by running <c>genkernel --udev all</c>.
140 +Now, compile your kernel sources by running <c>genkernel all</c>.
141 Be aware though, as <c>genkernel</c> compiles a kernel that supports almost all
142 hardware, this compilation will take quite a while to finish!
143 </p>
144 @@ -370,7 +361,7 @@
145 </p>
146
147 <pre caption="Running genkernel">
148 -# <i>genkernel --udev all</i>
149 +# <i>genkernel all</i>
150 </pre>
151
152 <p>
153 @@ -388,16 +379,14 @@
154 </pre>
155
156 <p>
157 -If you want your system to be more like the Installation CD you should,
158 -when your Gentoo installation is over, emerge <c>coldplug</c>. While the
159 -initrd autodetects hardware that is needed to boot your system,
160 -<c>coldplug</c> autodetects everything else. <c>coldplug</c> is available as one
161 -of the packages on the Package CD.
162 +If you want your system to be more like the Installation CD you should
163 +emerge <c>coldplug</c>. While the initrd autodetects hardware that is
164 +needed to boot your system, <c>coldplug</c> autodetects everything
165 +else.
166 </p>
167
168 <pre caption="Emerging and enabling coldplug">
169 -<comment>(Do this after the installation, during the GRP installation instructions)</comment>
170 -# <i>emerge -k coldplug</i>
171 +# <i>emerge coldplug</i>
172 # <i>rc-update add coldplug boot</i>
173 </pre>
174
175
176
177
178 --
179 gentoo-doc-cvs@g.o mailing list