Date: Sat, 4 Nov 2006 11:11:45 -0500 From: Tom Rhodes <trhodes@FreeBSD.org> To: Johann Kois <jkois@FreeBSD.org> Cc: trhodes@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml Message-ID: <20061104111145.0624b81e.trhodes@FreeBSD.org> In-Reply-To: <200611041603.26739.jkois@freebsd.org> References: <200611041102.kA4B2fvu069590@repoman.freebsd.org> <200611041603.26739.jkois@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 4 Nov 2006 16:02:02 +0100 Johann Kois <jkois@freebsd.org> wrote: > Am Samstag, 4. November 2006 12:02 schrieb Tom Rhodes: > > trhodes 2006-11-04 11:02:41 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook/disks chapter.sgml > > Log: > > Add a note (step) showing that you can load gdbe using kldload(8); > > at this time there is no loader.conf variable in > > defaults/loader.conf in 6, note that. > > Remove some old cruft and reword near sentence to keep flow going > > smoothly. Two spaces between the end of a sentence and the beginning > > of a new sentence. > > > > PR: 86733 > > Submitted by: Josh Paetzel (patch rewritten by me) > > > > Revision Changes Path > > 1.266 +16 -5 > > doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml > > Hello, > > Aehm, I think there is something wrong with this commit so I > suggest the following patch: Haha, that's great! Guess I see what diff meant by fuzz even after I made modifications to the numbers. Thanks for catching! > > --- chapter.sgml Sat Nov 4 15:54:46 2006 > +++ chapter.sgml.new Sat Nov 4 15:57:36 2006 > @@ -1145,17 +1145,6 @@ > > <screen>&prompt.root; <userinput>burncd -f > <replaceable>/dev/acd0</replaceable> audio track1.cdr track2.cdr > <replaceable>...</replaceable> fixate</userinput></screen> > </step> > - > - <step> > - <para>An alternative to recompiling the kernel is to use > - <command>kldload</command> to load &man.gbde.4;:</para> > - > - <screen>&prompt.root; <userinput>kldload > geom_bde</userinput></screen> > - > - <para>At this time there is no option in > - <filename>/boot/loader.conf</filename> > - to load the kernel module at boot time.</para> > - </step> > </procedure> > </sect2> > > @@ -3469,6 +3458,17 @@ > > <para>Reboot into the new kernel.</para> > </step> > + > + <step> > + <para>An alternative to recompiling the kernel is to use > + <command>kldload</command> to load &man.gbde.4;:</para> > + > + <screen>&prompt.root; <userinput>kldload > geom_bde</userinput></screen> > + > + <para>At this time there is no option in > + <filename>/boot/loader.conf</filename> > + to load the kernel module at boot time.</para> > + </step> > </procedure> > > <sect3> > > > > J.Kois > -- Tom Rhodes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061104111145.0624b81e.trhodes>
