Do not mention the long-gone mknod(8) command anymore.
While here, remove some surrounding <para> elements from <screen> elements. Reviewed by: gabor, trhodes, keramida Approved by: gabor
This commit is contained in:
parent
fa98acabff
commit
320df3a8ed
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34058
1 changed files with 5 additions and 7 deletions
|
@ -285,11 +285,9 @@ pseudo-device md # memory disk</programlisting>
|
|||
|
||||
<para>Exit the custom installation menu, and from the main
|
||||
installation menu choose the <literal>fixit</literal> option. After
|
||||
entering the fixit environment, enter the following commands:</para>
|
||||
entering the fixit environment, enter the following command:</para>
|
||||
|
||||
<para><screen>&prompt.root; <userinput>mknod /dev/ad0a c 116 0</userinput>
|
||||
&prompt.root; <userinput>mknod /dev/ad0c c 116 2</userinput>
|
||||
&prompt.root; <userinput>disklabel -e /dev/ad0c</userinput></screen></para>
|
||||
<screen>&prompt.root; <userinput>disklabel -e /dev/ad0c</userinput></screen>
|
||||
|
||||
<para>At this point you will have entered the vi editor under the
|
||||
auspices of the disklabel command. Next, you need to add
|
||||
|
@ -305,8 +303,8 @@ pseudo-device md # memory disk</programlisting>
|
|||
sure that fstype is <literal>4.2BSD</literal>. Save the file and
|
||||
exit.</para>
|
||||
|
||||
<para><screen>&prompt.root; <userinput>disklabel -B -r /dev/ad0c</userinput>
|
||||
&prompt.root; <userinput>newfs /dev/ad0a</userinput></screen></para>
|
||||
<screen>&prompt.root; <userinput>disklabel -B -r /dev/ad0c</userinput>
|
||||
&prompt.root; <userinput>newfs /dev/ad0a</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
@ -314,7 +312,7 @@ pseudo-device md # memory disk</programlisting>
|
|||
|
||||
<para>Mount the newly prepared flash media:</para>
|
||||
|
||||
<para><screen>&prompt.root; <userinput>mount /dev/ad0a /flash</userinput></screen></para>
|
||||
<screen>&prompt.root; <userinput>mount /dev/ad0a /flash</userinput></screen>
|
||||
|
||||
<para>Bring this machine up on the network so we may transfer our tar
|
||||
file and explode it onto our flash media filesystem. One example of
|
||||
|
|
Loading…
Reference in a new issue