From owner-svn-doc-head@FreeBSD.ORG Fri Dec 19 08:51:57 2014
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id 7210EBCB;
Fri, 19 Dec 2014 08:51:57 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 43831295A;
Fri, 19 Dec 2014 08:51:57 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJ8pvW9018151;
Fri, 19 Dec 2014 08:51:57 GMT (envelope-from danger@FreeBSD.org)
Received: (from danger@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJ8pv1f018150;
Fri, 19 Dec 2014 08:51:57 GMT (envelope-from danger@FreeBSD.org)
Message-Id: <201412190851.sBJ8pv1f018150@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: danger set sender to
danger@FreeBSD.org using -f
From: Daniel Gerzo
Date: Fri, 19 Dec 2014 08:51:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r46102 - head/en_US.ISO8859-1/articles/remote-install
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 19 Dec 2014 08:51:57 -0000
Author: danger
Date: Fri Dec 19 08:51:56 2014
New Revision: 46102
URL: https://svnweb.freebsd.org/changeset/doc/46102
Log:
- more updates for mfsbsd 2.1
Reported by: Dave Lawrence
Modified:
head/en_US.ISO8859-1/articles/remote-install/article.xml
Modified: head/en_US.ISO8859-1/articles/remote-install/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/remote-install/article.xml Fri Dec 19 01:17:42 2014 (r46101)
+++ head/en_US.ISO8859-1/articles/remote-install/article.xml Fri Dec 19 08:51:56 2014 (r46102)
@@ -181,28 +181,24 @@
Another important thing to set is the root password. This can be
- done by editing conf/rootpw.conf. Please
- keep in mind that the file will contain your password in the
- plain text, thus we do not recommend to use real password
- here. Nevertheless, this is just a temporary one-time
- password which can be later changed in a live system.
+ done by editing conf/loader.conf. Please
+ see the included comments.
The conf/interfaces.conf
method
- When the installed network interface card is unknown, we
- can use the auto-detection features of
+ When the installed network interface card is unknown, it
+ is possible to use the auto-detection features of
mfsBSD. The startup scripts of
mfsBSD can detect the correct
driver to use, based on the MAC address of the interface, if
we set the following options in
conf/interfaces.conf:
- initconf_interfaces="ext1"
-initconf_mac_ext1="00:00:00:00:00:00"
-initconf_ip_ext1="192.168.0.2"
-initconf_netmask_ext1="255.255.255.0"
+ mac_interfaces="ext1"
+ifconfig_ext1_mac="00:00:00:00:00:00"
+ifconfig_ext1="inet 192.168.0.2/24"
Do not forget to add the
defaultrouter information to
@@ -226,7 +222,7 @@ initconf_netmask_ext1="255.255.255.0"
conf/rc.conf:
defaultrouter="192.168.0.1"
-ifconfig_re0="inet 192.168.0.2 netmask 255.255.255.0"
+ifconfig_re0="inet 192.168.0.2/24"