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

Warren Block wblock at FreeBSD.org
Tue Apr 29 21:16:48 UTC 2014


Author: wblock
Date: Tue Apr 29 21:16:47 2014
New Revision: 44707
URL: http://svnweb.freebsd.org/changeset/doc/44707

Log:
  Restore lost <replaceable> tags.

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	Tue Apr 29 21:14:52 2014	(r44706)
+++ head/en_US.ISO8859-1/articles/remote-install/article.xml	Tue Apr 29 21:16:47 2014	(r44707)
@@ -148,8 +148,8 @@
       <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-1.0-beta1.tar.gz</userinput>
-&prompt.root; <userinput>cd mfsbsd-1.0-beta1/</userinput></screen>
+&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>
 
     <sect2 xml:id="mfsbsd-config">
       <title>Configuration of <application>mfsBSD</application></title>
@@ -227,13 +227,13 @@ ifconfig_re0="inet 192.168.0.2 netmask 2
 	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 7.0-RELEASE-amd64-disc1.iso</userinput>
+      <screen>&prompt.root; <userinput>mdconfig -a -t vnode -u 10 -f <replaceable>7.0-RELEASE-amd64-disc1.iso</replaceable></userinput>
 &prompt.root; <userinput>mount_cd9660 /dev/md10 /cdrom</userinput></screen>
 
       <para>Next, build the bootable <application>mfsBSD</application>
 	image:</para>
 
-      <screen>&prompt.root; <userinput>make BASE=/cdrom/7.0-RELEASE</userinput></screen>
+      <screen>&prompt.root; <userinput>make BASE=/cdrom/<replaceable>7.0-RELEASE</replaceable></userinput></screen>
 
       <note>
 	<para>The above <command>make</command> command has to be run
@@ -294,7 +294,7 @@ ifconfig_re0="inet 192.168.0.2 netmask 2
       <para>At the start, mark all system disks as empty.  Repeat the
 	following command for each hard drive:</para>
 
-      <screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/ad0 count=2</userinput></screen>
+      <screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/<replaceable>ad0</replaceable> count=2</userinput></screen>
 
       <para>Next, create slices and label them with your preferred tool.
 	While it is considered easier to use


More information about the svn-doc-all mailing list