Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-system.xml
Date: Fri, 23 Sep 2011 18:37:39
Message-Id: 20110923183722.97A3C20035@flycatcher.gentoo.org
1 swift 11/09/23 18:37:22
2
3 Modified: gentoo-x86-quickinstall-system.xml
4 Log:
5 Inform users to add mdraid and lvm to boot runlevel, reported by William Sutton by email
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.5&r2=1.6
13
14 Index: gentoo-x86-quickinstall-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- gentoo-x86-quickinstall-system.xml 21 Sep 2011 19:47:55 -0000 1.5
21 +++ gentoo-x86-quickinstall-system.xml 23 Sep 2011 18:37:22 -0000 1.6
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.5 2011/09/21 19:47:55 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.6 2011/09/23 18:37:22 swift Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>5</version>
31 -<date>2011-09-21</date>
32 +<version>6</version>
33 +<date>2011-09-23</date>
34
35 <section>
36 <title>Configure the system</title>
37 @@ -125,6 +125,8 @@
38
39 <pre caption="Install RAID &amp; LVM2 tools">
40 livecd conf.d # <i>emerge mdadm lvm2</i>
41 +livecd conf.d # <i>rc-update add mdraid boot</i>
42 +livecd conf.d # <i>rc-update add lvm boot</i>
43 </pre>
44
45 </body>