swift 11/09/23 18:37:22 Modified: gentoo-x86-quickinstall-system.xml Log: Inform users to add mdraid and lvm to boot runlevel, reported by William Sutton by email
Revision Changes Path 1.6 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.5&r2=1.6 Index: gentoo-x86-quickinstall-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gentoo-x86-quickinstall-system.xml 21 Sep 2011 19:47:55 -0000 1.5 +++ gentoo-x86-quickinstall-system.xml 23 Sep 2011 18:37:22 -0000 1.6 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.5 2011/09/21 19:47:55 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.6 2011/09/23 18:37:22 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>5</version> -<date>2011-09-21</date> +<version>6</version> +<date>2011-09-23</date> <section> <title>Configure the system</title> @@ -125,6 +125,8 @@ <pre caption="Install RAID & LVM2 tools"> livecd conf.d # <i>emerge mdadm lvm2</i> +livecd conf.d # <i>rc-update add mdraid boot</i> +livecd conf.d # <i>rc-update add lvm boot</i> </pre> </body>