swift 05/04/16 20:13:10 Modified: xml/htdocs/doc/en gentoo-x86-quickinstall.xml Log: #89028 - Add in coldplug/hotplug merging and coldplug adding to the default runlevel
Revision Changes Path 1.33 +6 -6 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gentoo-x86-quickinstall.xml 29 Mar 2005 13:31:15 -0000 1.32 +++ gentoo-x86-quickinstall.xml 16 Apr 2005 20:13:10 -0000 1.33 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.32 2005/03/29 13:31:15 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.33 2005/04/16 20:13:10 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -18,8 +18,8 @@ <license/> -<version>1.26</version> -<date>2005-03-29</date> +<version>1.27</version> +<date>2005-04-16</date> <chapter> <title>Quick Install Guide</title> @@ -171,9 +171,9 @@ # <i>emerge vixie-cron</i> (Have the cron daemon automatically started at boot) # <i>rc-update add vixie-cron default</i> -(genkernel users only: install hotplug) # <i>emerge hotplug</i> -(genkernel users only: have hotplug automatically started at boot) - # <i>rc-update add hotplug default</i> +(genkernel users only: install *plug) # <i>emerge coldplug hotplug</i> +(genkernel users only: have coldplug automatically started at boot) + # <i>rc-update add coldplug boot</i> (Non-ext2,ext3 users only; choice: reiserfsprogs, xfsprogs, jfsutils) # <i>emerge reiserfsprogs</i> (Optional: install DHCP client) # <i>emerge dhcpcd</i> -- [email protected] mailing list
