nightmorph    07/03/14 07:04:34

  Modified:             hb-install-alpha-bootloader.xml
                        hb-install-alpha-kernel.xml
                        hb-install-alpha-medium.xml
  Log:
  apha handbook stuff, including getting rid of cp arch/foo bar crap in favor 
of make install for the kernel stuff, as well as updated vmlinuz.gz to vmlinuz

Revision  Changes    Path
1.15                 
xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?r1=1.14&r2=1.15

Index: hb-install-alpha-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-alpha-bootloader.xml     14 Mar 2007 06:24:40 -0000      1.14
+++ hb-install-alpha-bootloader.xml     14 Mar 2007 07:04:34 -0000      1.15
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v
 1.14 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
@@ -79,7 +79,7 @@
 </p>
 
 <pre caption="Automatically booting Gentoo">
-# <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' &gt; /etc/aboot.conf</i>
+# <i>echo '0:2/boot/vmlinuz root=/dev/sda2' &gt; /etc/aboot.conf</i>
 # <i>cd /proc/srm_environment/named_variables</i>
 # <i>echo -n 0 &gt; boot_osflags</i>
 # <i>echo -n '' &gt; boot_file</i>



1.14                 
xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.13&r2=1.14

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-install-alpha-kernel.xml 14 Mar 2007 06:24:40 -0000      1.13
+++ hb-install-alpha-kernel.xml 14 Mar 2007 07:04:34 -0000      1.14
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
 1.13 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
 1.14 2007/03/14 07:04:34 nightmorph Exp $ -->
 
 <sections>
 
-<version>7.3</version>
+<version>8.0</version>
 <date>2007-03-12</date>
 
 <section>
@@ -17,8 +17,8 @@
 
 <p>
 You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
+set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
 </p>
@@ -26,7 +26,8 @@
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
+# <i>nano -w /etc/conf.d/rc</i>
+TIMEZONE="GMT"
 </pre>
 
 </body>
@@ -46,7 +47,7 @@
 </p>
 
 <p>
-For alpha-based systems we have <c>vanilla-sources</c> (the default 2.6 kernel 
source).
+For alpha-based systems we have <c>gentoo-sources</c> (the default 2.6 kernel 
source).
 </p>
 
 <p>
@@ -54,18 +55,18 @@
 </p>
 
 <p>
-In the next example we install <c>vanilla-sources</c>. Of course substitute 
with
+In the next example we install <c>gentoo-sources</c>. Of course substitute with
 your choice of sources, this is merely an example.
 </p>
 
 <pre caption="Installing a kernel source">
-# <i>emerge vanilla-sources</i>
+# <i>emerge gentoo-sources</i>
 </pre>
 
 <p>
 When you take a look in <path>/usr/src</path> you should see a symlink called
 <path>linux</path> pointing to your kernel source. In this case, the installed
-kernel source points to <c>vanilla-sources-2.6.16.19</c>. Your version may be
+kernel source points to <c>gentoo-sources-2.6.16.19</c>. Your version may be
 different, so keep this in mind.
 </p>
 
@@ -291,12 +292,13 @@
 # <i>make dep &amp;&amp; make vmlinux modules modules_install</i>
 
 <comment>(For 2.6 kernel)</comment>
-# <i>make &amp;&amp; make modules_install</i>
+# <i>make &amp;&amp; make modules_install &amp;&amp; make install</i>
 
 <comment>(For all kernels)</comment>
 # <i>make boot</i>
 </pre>
 
+<!--
 <p>
 When the kernel has finished compiling, copy the kernel image to
 <path>/boot</path>. Recent kernels might create <path>vmlinux</path> instead of
@@ -306,6 +308,7 @@
 <pre caption="Installing the kernel">
 # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i>
 </pre>
+-->
 
 <p>
 Now continue with <uri link="#kernel_modules">Installing Separate Kernel



1.20                 
xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?r1=1.19&r2=1.20

Index: hb-install-alpha-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-alpha-medium.xml 14 Mar 2007 06:24:40 -0000      1.19
+++ hb-install-alpha-medium.xml 14 Mar 2007 07:04:34 -0000      1.20
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v
 1.19 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v
 1.20 2007/03/14 07:04:34 nightmorph Exp $ -->
 
 <sections>
 
-<version>7.1</version>
+<version>8.0</version>
 <date>2006-09-04</date>
 
 <section>
@@ -80,7 +80,7 @@
 <p>
 If you wish to install Gentoo without a working Internet connection, please use
 the installation instructions described in the <uri
-link="2006.1/index.xml">Gentoo 2006.1 Handbooks</uri>. 
+link="2007.0/index.xml">Gentoo 2007.0 Handbooks</uri>. 
 </p>
 
 <p>
@@ -112,7 +112,7 @@
 <body>
 
 <p>
-The Minimal Installation CD is called <c>install-alpha-minimal-2006.1.iso</c>
+The Minimal Installation CD is called <c>install-alpha-minimal-2007.0.iso</c>
 and takes up only 65 MB of diskspace. You can use this Installation CD to 
 install Gentoo, but always with a working Internet connection only.
 </p>
@@ -142,7 +142,7 @@
 <body>
 
 <p>
-The Universal Installation CD is called 
<c>install-alpha-universal-2006.1.iso</c>
+The Universal Installation CD is called 
<c>install-alpha-universal-2007.0.iso</c>
 and consumes about 316 MB on a CD. You can use this Installation CD to install
 Gentoo, and you can even use it to install Gentoo without a working internet
 connection, just in case you want to bring Gentoo to another PC than the one
@@ -226,7 +226,7 @@
 <p>
 You can download any of the Installation CDs (and, if you want to, a Packages 
 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the 
<path>releases/alpha/2006.1/installcd</path>
+Installation CDs are located in the 
<path>releases/alpha/2007.0/installcd</path>
 directory.
 </p>
 
@@ -238,7 +238,7 @@
 <p>
 In case you wonder if your downloaded file is corrupted or not, you can
 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-alpha-minimal-2006.1.iso.DIGESTS</path>). You can check the MD5 
+<path>install-alpha-minimal-2007.0.iso.DIGESTS</path>). You can check the MD5 
 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
 link="http://www.etree.org/md5com.html";>md5sum</uri> for Windows.
 </p>



-- 
[email protected] mailing list

Reply via email to