From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.43)
id 1EGJ8b-0005ix-89
for garchives@archives.gentoo.org; Fri, 16 Sep 2005 16:32:33 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j8GGRExE004693;
Fri, 16 Sep 2005 16:27:14 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j8GGRDgF021076
for ; Fri, 16 Sep 2005 16:27:13 GMT
Message-Id: <200509161627.j8GGRDgF021076@robin.gentoo.org>
Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org)
by smtp.gentoo.org with smtp (Exim 4.43)
id 1EGJ8N-0001LX-G5
for gentoo-doc-cvs@lists.gentoo.org; Fri, 16 Sep 2005 16:32:19 +0000
Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 16 Sep 2005 16:32:06 +0000
From: "Jan Kundrat"
Date: Fri, 16 Sep 2005 16:32:06 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: diskless-howto.xml
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 220de5ef-2a15-4ec2-b4fc-1e149ea196e2
X-Archives-Hash: 8095658e3ea612bd21915f50e202b1df
jkt 05/09/16 16:32:06
Modified: xml/htdocs/doc/en diskless-howto.xml
Log:
#106042, use /etc/conf.d/hostname instead of /etc/hostname
another fix: use /etc/runlevels instead of /etc/runlevel
Revision Changes Path
1.21 +6 -6 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.21&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.21&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.20&r2=1.21&cvsroot=gentoo
Index: diskless-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/diskless-howto.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- diskless-howto.xml 16 Sep 2005 16:20:52 -0000 1.20
+++ diskless-howto.xml 16 Sep 2005 16:32:06 -0000 1.21
@@ -1,5 +1,5 @@
-
+
@@ -25,7 +25,7 @@
-1.15
+1.16
2005-09-16
@@ -374,9 +374,9 @@
Most of these "stubs" should be recognizable to you; Stubs like
/dev or /proc will be populated when the slave starts,
the others will be mounted later. You should also change the
-/diskless/192.168.1.21/etc/hostname 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.
+/diskless/192.168.1.21/etc/conf.d/hostname 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.
@@ -1272,7 +1272,7 @@
You need as many init scripts under
-/diskless/192.168.1.21/etc/runlevel as you need services on your
+/diskless/192.168.1.21/etc/runlevels as you need services on your
diskless nodes. It all depends on what you want your slaves to do.
--
gentoo-doc-cvs@gentoo.org mailing list