- update some stuff to reflect the current situation
Reported by: Dave Lawrence <tale@dd.org>
This commit is contained in:
parent
6d72e6f503
commit
903cb293da
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46099
1 changed files with 16 additions and 7 deletions
|
@ -161,9 +161,9 @@
|
||||||
working directory to the directory where the
|
working directory to the directory where the
|
||||||
<application>mfsBSD</application> scripts will reside:</para>
|
<application>mfsBSD</application> scripts will reside:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>fetch http://people.freebsd.org/~mm/mfsbsd/mfsbsd-latest.tar.gz</userinput>
|
<screen>&prompt.root; <userinput>fetch http://mfsbsd.vx.sk/release/mfsbsd-<replaceable>2.1</replaceable>.tar.gz</userinput>
|
||||||
&prompt.root; <userinput>tar xvzf mfsbsd-<replaceable>1.0-beta1</replaceable>.tar.gz</userinput>
|
&prompt.root; <userinput>tar xvzf mfsbsd-<replaceable>2.1</replaceable>.tar.gz</userinput>
|
||||||
&prompt.root; <userinput>cd <replaceable>mfsbsd-1.0-beta1</replaceable>/</userinput></screen>
|
&prompt.root; <userinput>cd mfsbsd-<replaceable>2.1</replaceable>/</userinput></screen>
|
||||||
|
|
||||||
<sect2 xml:id="mfsbsd-config">
|
<sect2 xml:id="mfsbsd-config">
|
||||||
<title>Configuration of
|
<title>Configuration of
|
||||||
|
@ -242,24 +242,33 @@ ifconfig_re0="inet 192.168.0.2 netmask 255.255.255.0"</programlisting>
|
||||||
<acronym>CD</acronym>, or the installation
|
<acronym>CD</acronym>, or the installation
|
||||||
<acronym>ISO</acronym> image to <filename>/cdrom</filename>.
|
<acronym>ISO</acronym> image to <filename>/cdrom</filename>.
|
||||||
For the sake of example, in this article we will assume that
|
For the sake of example, in this article we will assume that
|
||||||
you have downloaded the &os; 7.0-RELEASE
|
you have downloaded the &os; 10.1-RELEASE
|
||||||
<acronym>ISO</acronym>. Mounting this ISO image to the
|
<acronym>ISO</acronym>. Mounting this ISO image to the
|
||||||
<filename>/cdrom</filename> directory is easy with the
|
<filename>/cdrom</filename> directory is easy with the
|
||||||
&man.mdconfig.8; utility:</para>
|
&man.mdconfig.8; utility:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -u 10 -f <replaceable>7.0-RELEASE-amd64-disc1.iso</replaceable></userinput>
|
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -u 10 -f <replaceable>FreeBSD-10.1-RELEASE-amd64-disc1.iso</replaceable></userinput>
|
||||||
&prompt.root; <userinput>mount_cd9660 /dev/md10 /cdrom</userinput></screen>
|
&prompt.root; <userinput>mount_cd9660 /dev/md10 /cdrom</userinput></screen>
|
||||||
|
|
||||||
|
<para>Since the recent &os; releases do not contain regular
|
||||||
|
distribution sets, it is required to extract the &os; distribution
|
||||||
|
files from the distribution archives located on the
|
||||||
|
<acronym>ISO</acronym> image:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>mkdir <replaceable>DIST</replaceable></userinput>
|
||||||
|
&prompt.root; <userinput>tar -xvf /cdrom/usr/freebsd-dist/base.txz -C <replaceable>DIST</replaceable></userinput>
|
||||||
|
&prompt.root; <userinput>tar -xvf /cdrom/usr/freebsd-dist/kernel.txz -C <replaceable>DIST</replaceable></userinput></screen>
|
||||||
|
|
||||||
<para>Next, build the bootable <application>mfsBSD</application>
|
<para>Next, build the bootable <application>mfsBSD</application>
|
||||||
image:</para>
|
image:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make BASE=/cdrom/<replaceable>7.0-RELEASE</replaceable></userinput></screen>
|
<screen>&prompt.root; <userinput>make BASE=<replaceable>DIST</replaceable></userinput></screen>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The above <command>make</command> has to be run from the
|
<para>The above <command>make</command> has to be run from the
|
||||||
top level of the <application>mfsBSD</application> directory
|
top level of the <application>mfsBSD</application> directory
|
||||||
tree, for example
|
tree, for example
|
||||||
<filename>~/mfsbsd-1.0-beta1/</filename>.</para>
|
<filename>~/mfsbsd-2.1/</filename>.</para>
|
||||||
</note>
|
</note>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue