From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.62)
(envelope-from )
id 1Hl7h7-00076F-L2
for garchives@archives.gentoo.org; Mon, 07 May 2007 18:12:23 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l47IBnxH030948;
Mon, 7 May 2007 18:11:49 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l47IBjAh030873
for ; Mon, 7 May 2007 18:11:47 GMT
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 6BA0C64BE9
for ; Mon, 7 May 2007 18:11:46 +0000 (UTC)
Received: from nightmorph by stork.gentoo.org with local (Exim 4.60)
(envelope-from )
id 1Hl7gS-0007WF-Rp
for gentoo-doc-cvs@lists.gentoo.org; Mon, 07 May 2007 18:11:40 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml gentoo-upgrading.xml gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall.xml guide-localization.xml metadoc.xml
Message-Id:
From: Josh Saddler
Date: Mon, 07 May 2007 18:11:40 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: af2c20ff-fcaa-4421-ab45-5349e69838f9
X-Archives-Hash: 8e681ea7e25364df66c763b884cd0213
nightmorph 07/05/07 18:11:40
Modified: gentoo-sparc-quickinstall.xml gentoo-upgrading.xml
gentoo-x86+raid+lvm2-quickinstall.xml
gentoo-x86-quickinstall.xml guide-localization.xml
metadoc.xml
Log:
2007.0 release is here; final changes and new docs
Revision Changes Path
1.22 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?r1=1.21&r2=1.22
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gentoo-sparc-quickinstall.xml 26 Feb 2007 08:58:04 -0000 1.21
+++ gentoo-sparc-quickinstall.xml 7 May 2007 18:11:40 -0000 1.22
@@ -1,5 +1,5 @@
-
+
@@ -20,8 +20,8 @@
-1.14
-2007-02-26
+1.15
+2007-05-07
Sparc Quick Install Reference
@@ -40,9 +40,7 @@
Mirrors. The 'universal' and 'minimal' CDs are bootable and contain
the tools necessary to install Gentoo. The 'universal' CD also contains
stages and some distfiles. The 'packages' CD contains additional precompiled
-packages for GRP installs. The netboot images contain no stages and a subset of
-the standard toolset (note that you will have to use vi instead of
-nano when netbooting).
+packages for GRP installs.
@@ -131,10 +129,19 @@
Next we set up the necessary information:
-
-(Set timezone information)
-# cp /usr/share/zoneinfo/<path to time zone file> /etc/localtime
-(Edit fstab file)
+
+(List available timezones)
+# ls /usr/share/zoneinfo
+(Using Brussels as an example)
+# nano -w /etc/conf.d/clock
+TIMEZONE="Europe/Brussels"
+
+
+
+Next, edit /etc/fstab:
+
+
+
# nano -w /etc/fstab
@@ -164,14 +171,10 @@
# cd /usr/src/linux; make menuconfig
( (2) Include shmfs, procfs, devfs if not using udev)
( (3) Compile your kernel)
-( - 2.4 kernels on sparc32) # make dep && make clean vmlinux modules modules_install
( - 2.4 kernels on sparc64) # make dep && make clean vmlinux image modules modules_install
-( - 2.6 kernels on sparc32 # make && make modules_install
( - 2.6 kernels on sparc64 # make && make image modules_install
( (4) Copy over the kernel)
-( - 2.4 kernels on sparc32) # cp vmlinux /boot/image
( - 2.4 kernels on sparc64) # cp arch/sparc64/boot/image /boot
-( - 2.6 kernels on sparc32) # cp arch/sparc/boot/image /boot
( - 2.6 kernels on sparc64) # cp arch/sparc64/boot/image /boot
@@ -246,15 +249,15 @@
(GRP-users only)
( (1) Mount CD2) # mount /dev/cdroms/cdrom0 /mnt/cdrom
( (2) Copy over packages) # cp -a /mnt/cdrom/packages/* /usr/portage/packages/
-( (3) Install extra software) # USE="bindist" emerge -k xorg-x11 gnome kde
-( (4) Configure your Xserver) # $EDITOR /etc/X11/XF86Config
+( (3) Install extra software) # emerge -k xorg-x11 gnome kde
+( (4) Configure your Xserver) # nano -w /etc/X11/xorg.conf
You can get more information from the Gentoo
-Documentation.
+link="http://www.gentoo.org/doc/en/index.xml">Gentoo Documentation.
+