- more updates for mfsbsd 2.1

Reported by:	Dave Lawrence <tale@dd.org>
This commit is contained in:
Daniel Gerzo 2014-12-19 08:51:56 +00:00
parent b1fb2bc3b0
commit c550655318
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46102

View file

@ -181,28 +181,24 @@
<para>Another important thing to set is the <systemitem <para>Another important thing to set is the <systemitem
class="username">root</systemitem> password. This can be class="username">root</systemitem> password. This can be
done by editing <filename>conf/rootpw.conf</filename>. Please done by editing <filename>conf/loader.conf</filename>. Please
keep in mind that the file will contain your password in the see the included comments.</para>
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>
<sect3> <sect3>
<title>The <filename>conf/interfaces.conf</filename> <title>The <filename>conf/interfaces.conf</filename>
method</title> method</title>
<para>When the installed network interface card is unknown, we <para>When the installed network interface card is unknown, it
can use the auto-detection features of is possible to use the auto-detection features of
<application>mfsBSD</application>. The startup scripts of <application>mfsBSD</application>. The startup scripts of
<application>mfsBSD</application> can detect the correct <application>mfsBSD</application> can detect the correct
driver to use, based on the MAC address of the interface, if driver to use, based on the MAC address of the interface, if
we set the following options in we set the following options in
<filename>conf/interfaces.conf</filename>:</para> <filename>conf/interfaces.conf</filename>:</para>
<programlisting>initconf_interfaces="ext1" <programlisting>mac_interfaces="ext1"
initconf_mac_ext1="00:00:00:00:00:00" ifconfig_ext1_mac="00:00:00:00:00:00"
initconf_ip_ext1="192.168.0.2" ifconfig_ext1="inet 192.168.0.2/24"</programlisting>
initconf_netmask_ext1="255.255.255.0"</programlisting>
<para>Do not forget to add the <para>Do not forget to add the
<literal>defaultrouter</literal> information to <literal>defaultrouter</literal> information to
@ -226,7 +222,7 @@ initconf_netmask_ext1="255.255.255.0"</programlisting>
<filename>conf/rc.conf</filename>:</para> <filename>conf/rc.conf</filename>:</para>
<programlisting>defaultrouter="192.168.0.1" <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> </sect3>
</sect2> </sect2>