svn commit: r46102 - head/en_US.ISO8859-1/articles/remote-install

Daniel Gerzo <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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 <[email protected]>

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 @@
 
       <para>Another important thing to set is the <systemitem
 	  class="username">root</systemitem> password.  This can be
-	done by editing <filename>conf/rootpw.conf</filename>.  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.</para>
+	done by editing <filename>conf/loader.conf</filename>.  Please
+	see the included comments.</para>
 
       <sect3>
 	<title>The <filename>conf/interfaces.conf</filename>
 	  method</title>
 
-	<para>When the installed network interface card is unknown, we
-	  can use the auto-detection features of
+	<para>When the installed network interface card is unknown, it
+	  is possible to use the auto-detection features of
 	  <application>mfsBSD</application>.  The startup scripts of
 	  <application>mfsBSD</application> can detect the correct
 	  driver to use, based on the MAC address of the interface, if
 	  we set the following options in
 	  <filename>conf/interfaces.conf</filename>:</para>
 
-	<programlisting>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"</programlisting>
+	<programlisting>mac_interfaces="ext1"
+ifconfig_ext1_mac="00:00:00:00:00:00"
+ifconfig_ext1="inet 192.168.0.2/24"</programlisting>
 
 	<para>Do not forget to add the
 	  <literal>defaultrouter</literal> information to
@@ -226,7 +222,7 @@ initconf_netmask_ext1="255.255.255.0"</p
 	  <filename>conf/rc.conf</filename>:</para>
 
 	<programlisting>defaultrouter="192.168.0.1"
-ifconfig_re0="inet 192.168.0.2 netmask 255.255.255.0"</programlisting>
+ifconfig_re0="inet 192.168.0.2/24"</programlisting>
       </sect3>
     </sect2>
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.