Date: Fri, 19 Dec 2014 08:51:57 +0000 (UTC) From: Daniel Gerzo <danger@FreeBSD.org> 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 Message-ID: <201412190851.sBJ8pv1f018150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tale@dd.org> 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412190851.sBJ8pv1f018150>