Approved by:	brueffer (mentor)
This commit is contained in:
Joel Dahl 2005-09-04 22:07:47 +00:00
parent 1f0ad5eded
commit 8ab4bd1da4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25558

View file

@ -206,7 +206,7 @@ XXX: What message? Put it inside the screen output above.
</procedure>
<para>The following command can be used to manually mount a newly
created disk stripe.</para>
created disk stripe:</para>
<screen>&prompt.root; <userinput>mount /dev/stripe/st0a /mnt</userinput></screen>
@ -219,7 +219,7 @@ XXX: What message? Put it inside the screen output above.
<para>The geom module must also be automatically loaded during
system initialization, by adding a line to
<filename>/boot/loader.conf</filename>.</para>
<filename>/boot/loader.conf</filename>:</para>
<screen>&prompt.root; <userinput>echo 'geom_stripe_load="YES"' &gt;&gt; /boot/loader.conf</userinput></screen>