Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml hb-install-hppa-kernel.xml
Date: Mon, 19 Mar 2007 08:00:41
Message-Id: E1HTCms-0001WK-BP@stork.gentoo.org
1 nightmorph 07/03/19 08:00:14
2
3 Modified: hb-install-alpha-bootloader.xml
4 hb-install-hppa-kernel.xml
5 Log:
6 more fixes, updates
7
8 Revision Changes Path
9 1.16 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?r1=1.15&r2=1.16
14
15 Index: hb-install-alpha-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- hb-install-alpha-bootloader.xml 14 Mar 2007 07:04:34 -0000 1.15
22 +++ hb-install-alpha-bootloader.xml 19 Mar 2007 08:00:14 -0000 1.16
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v 1.15 2007/03/14 07:04:34 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v 1.16 2007/03/19 08:00:14 nightmorph Exp $ -->
29
30 <sections>
31
32 @@ -79,7 +79,7 @@
33 </p>
34
35 <pre caption="Automatically booting Gentoo">
36 -# <i>echo '0:2/boot/vmlinuz root=/dev/sda2' &gt; /etc/aboot.conf</i>
37 +# <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' &gt; /etc/aboot.conf</i>
38 # <i>cd /proc/srm_environment/named_variables</i>
39 # <i>echo -n 0 &gt; boot_osflags</i>
40 # <i>echo -n '' &gt; boot_file</i>
41
42
43
44 1.19 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.18&r2=1.19
49
50 Index: hb-install-hppa-kernel.xml
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- hb-install-hppa-kernel.xml 14 Mar 2007 06:24:40 -0000 1.18
57 +++ hb-install-hppa-kernel.xml 19 Mar 2007 08:00:14 -0000 1.19
58 @@ -4,11 +4,11 @@
59 <!-- The content of this document is licensed under the CC-BY-SA license -->
60 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
61
62 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.18 2007/03/14 06:24:40 nightmorph Exp $ -->
63 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.19 2007/03/19 08:00:14 nightmorph Exp $ -->
64
65 <sections>
66
67 -<version>7.5</version>
68 +<version>8.0</version>
69 <date>2007-03-12</date>
70
71 <section>
72 @@ -17,8 +17,8 @@
73
74 <p>
75 You first need to select your timezone so that your system knows where it is
76 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
77 -it to <path>/etc/localtime</path>. Please avoid the
78 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
79 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
80 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
81 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
82 </p>
83 @@ -26,7 +26,8 @@
84 <pre caption="Setting the timezone information">
85 # <i>ls /usr/share/zoneinfo</i>
86 <comment>(Suppose you want to use GMT)</comment>
87 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
88 +# <i>nano -w /etc/conf.d/clock</i>
89 +TIMEZONE="GMT"
90 </pre>
91
92 </body>
93 @@ -59,13 +60,13 @@
94 <p>
95 When you take a look in <path>/usr/src</path> you should see a symlink called
96 <path>linux</path> pointing to your kernel source. In this case, the installed
97 -kernel source points to <c>hppa-sources-2.6.16.18-pa11</c>. Your version may be
98 -different, so keep this in mind.
99 +kernel source points to <c>hppa-sources-<keyval id="kernel-version"/></c>. Your
100 +version may be different, so keep this in mind.
101 </p>
102
103 <pre caption="Viewing the kernel source symlink">
104 # <i>ls -l /usr/src/linux</i>
105 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.16.18-pa11
106 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
107 </pre>
108
109 <p>
110
111
112
113 --
114 gentoo-doc-cvs@g.o mailing list