jkt 05/12/19 12:59:41 Modified: xml/htdocs/doc/en diskless-howto.xml Log: #107258, Pre-creation of /sys should be noted in diskless boot for 2.6+ kernels
Revision Changes Path 1.23 +8 -7 xml/htdocs/doc/en/diskless-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/diskless-howto.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo Index: diskless-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- diskless-howto.xml 6 Oct 2005 19:13:03 -0000 1.22 +++ diskless-howto.xml 19 Dec 2005 12:59:41 -0000 1.23 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.22 2005/10/06 19:13:03 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v 1.23 2005/12/19 12:59:41 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/diskless-howto.xml"> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.17</version> -<date>2005-10-06</date> +<version>1.18</version> +<date>2005-12-19</date> <chapter> <title>Introduction</title> @@ -359,6 +359,7 @@ # <i>chmod a+w /diskless/192.168.1.21/tmp</i> # <i>mkdir /diskless/192.168.1.21/mnt/.initd</i> # <i>mkdir /diskless/192.168.1.21/root</i> +# <i>mkdir /diskless/192.168.1.21/sys</i> # <i>mkdir /diskless/192.168.1.21/var</i> # <i>mkdir /diskless/192.168.1.21/var/empty</i> # <i>mkdir /diskless/192.168.1.21/var/lock</i> @@ -372,10 +373,10 @@ </pre> <p> -Most of these "stubs" should be recognizable to you; Stubs like -<path>/dev</path> or <path>/proc</path> will be populated when the slave starts, -the others will be mounted later. You should also change the -<path>/diskless/192.168.1.21/etc/conf.d/hostname</path> file to reflect the +Most of these "stubs" should be recognizable to you; stubs like +<path>/dev</path>, <path>/proc</path> or <path>/sys</path> will be populated +when the slave starts, the others will be mounted later. You should also change +the <path>/diskless/192.168.1.21/etc/conf.d/hostname</path> file to reflect the hostname of the slave. Binaries, libraries and other files will be populated later in this HOWTO right before you attempt to boot the slave. </p> -- [email protected] mailing list
