svn commit: r46099 - head/en_US.ISO8859-1/articles/remote-install
Daniel Gerzo
danger at FreeBSD.org
Thu Dec 18 12:45:18 UTC 2014
Author: danger
Date: Thu Dec 18 12:45:17 2014
New Revision: 46099
URL: https://svnweb.freebsd.org/changeset/doc/46099
Log:
- update some stuff to reflect the current situation
Reported by: Dave Lawrence <tale at 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 Thu Dec 18 09:44:47 2014 (r46098)
+++ head/en_US.ISO8859-1/articles/remote-install/article.xml Thu Dec 18 12:45:17 2014 (r46099)
@@ -161,9 +161,9 @@
working directory to the directory where the
<application>mfsBSD</application> scripts will reside:</para>
- <screen>&prompt.root; <userinput>fetch http://people.freebsd.org/~mm/mfsbsd/mfsbsd-latest.tar.gz</userinput>
-&prompt.root; <userinput>tar xvzf mfsbsd-<replaceable>1.0-beta1</replaceable>.tar.gz</userinput>
-&prompt.root; <userinput>cd <replaceable>mfsbsd-1.0-beta1</replaceable>/</userinput></screen>
+ <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>2.1</replaceable>.tar.gz</userinput>
+&prompt.root; <userinput>cd mfsbsd-<replaceable>2.1</replaceable>/</userinput></screen>
<sect2 xml:id="mfsbsd-config">
<title>Configuration of
@@ -242,24 +242,33 @@ ifconfig_re0="inet 192.168.0.2 netmask 2
<acronym>CD</acronym>, or the installation
<acronym>ISO</acronym> image to <filename>/cdrom</filename>.
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
<filename>/cdrom</filename> directory is easy with the
&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>
+ <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>
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>
<para>The above <command>make</command> has to be run from the
top level of the <application>mfsBSD</application> directory
tree, for example
- <filename>~/mfsbsd-1.0-beta1/</filename>.</para>
+ <filename>~/mfsbsd-2.1/</filename>.</para>
</note>
</sect2>
More information about the svn-doc-head
mailing list