Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall-system.xml migration-to-2.6.xml
Date: Thu, 06 Mar 2008 06:00:50
Message-Id: E1JX98X-0000jT-5E@stork.gentoo.org
1 nightmorph 08/03/06 05:59:25
2
3 Modified: gentoo-x86-quickinstall-system.xml
4 migration-to-2.6.xml
5 Log:
6 fixed grub codelistings for KDM's broken stupidity. note that the handbook files were fixed in draft, since release is just around the corner. bug 211634.
7
8 Revision Changes Path
9 1.2 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.1&r2=1.2
14
15 Index: gentoo-x86-quickinstall-system.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gentoo-x86-quickinstall-system.xml 1 Jan 2008 21:32:30 -0000 1.1
22 +++ gentoo-x86-quickinstall-system.xml 6 Mar 2008 05:59:25 -0000 1.2
23 @@ -1,11 +1,11 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.1 2008/01/01 21:32:30 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.2 2008/03/06 05:59:25 nightmorph Exp $ -->
27 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
28
29 <included>
30
31 -<version>1</version>
32 -<date>2008-01-01</date>
33 +<version>2</version>
34 +<date>2008-03-05</date>
35
36 <section>
37 <title>Configure the system</title>
38 @@ -190,7 +190,7 @@
39 default 0
40 timeout 10
41
42 -title=Gentoo
43 +title Gentoo
44 root (hd0,0)
45 kernel /boot/kernel root=<keyval id="root"/>
46 </pre>
47
48
49
50 1.27 xml/htdocs/doc/en/migration-to-2.6.xml
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.27&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.27&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.26&r2=1.27
55
56 Index: migration-to-2.6.xml
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
59 retrieving revision 1.26
60 retrieving revision 1.27
61 diff -u -r1.26 -r1.27
62 --- migration-to-2.6.xml 2 Jan 2008 00:33:02 -0000 1.26
63 +++ migration-to-2.6.xml 6 Mar 2008 05:59:25 -0000 1.27
64 @@ -1,6 +1,6 @@
65 <?xml version='1.0' encoding="UTF-8"?>
66 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
67 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.26 2008/01/02 00:33:02 nightmorph Exp $ -->
68 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.27 2008/03/06 05:59:25 nightmorph Exp $ -->
69
70 <guide link="/doc/en/migration-to-2.6.xml">
71 <title>The complete Gentoo Linux 2.6 migration guide</title>
72 @@ -26,8 +26,8 @@
73 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
74 </abstract>
75
76 -<version>0.3</version>
77 -<date>2008-01-01</date>
78 +<version>0.4</version>
79 +<date>2008-03-05</date>
80
81 <chapter>
82 <title>Introduction</title>
83 @@ -892,7 +892,7 @@
84 </p>
85
86 <pre caption="Sample GRUB config for genkernel + udev">
87 -title=Gentoo Linux (2.6 kernel)
88 +title Gentoo Linux (2.6 kernel)
89 root (hd0,0)
90 kernel /kernel-2.6.10-gentoo-r4 <i>udev</i> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
91 initrd /initrd-2.6.10-gentoo-r4
92
93
94
95 --
96 gentoo-doc-cvs@l.g.o mailing list