| Summary: | [patch] correct various issues in the handbook entry geom/chapter.sgml (gmirror section) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | darth <darth> | ||||
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
darth
2005-09-27 22:10:16 UTC
Responsible Changed From-To: freebsd-doc->remko I will update the GEOM chapter. I would change that too :
@@ -346,10 +346,10 @@
new root partition, a failsafe is available.</para>
</note>
- <para>Now add the following line to
+ <para>Now add the following line to the new
<filename>/boot/loader.conf:</filename></para>
- <screen>&prompt.root; <userinput>echo 'geom_mirror_load="YES"'
>> /boot/loader.conf</userinput></screen>
+ <screen>&prompt.root; <userinput>echo 'geom_mirror_load="YES"'
>> /mnt/boot/loader.conf</userinput></screen>
<para>This will instruct &man.loader.8; utility to load the
<filename>geom_mirror.ko</filename> during system
--
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
State Changed From-To: open->closed I finally added your patch (with flz's feedback) to the handbook chapter. Sorry for the delay! It should appear within 24 hours from now. Thanks for the submission! |