From owner-freebsd-doc@FreeBSD.ORG Fri Sep 30 07:00:38 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4906316A41F for ; Fri, 30 Sep 2005 07:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC48343D4C for ; Fri, 30 Sep 2005 07:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8U70bPe085434 for ; Fri, 30 Sep 2005 07:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8U70baV085433; Fri, 30 Sep 2005 07:00:37 GMT (envelope-from gnats) Date: Fri, 30 Sep 2005 07:00:37 GMT Message-Id: <200509300700.j8U70baV085433@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Cc: Subject: Re: docs/86733: [patch] Add using kldload as an alternative to compiling in gbde in your kernel X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 07:00:38 -0000 The following reply was made to PR docs/86733; it has been noted by GNATS. From: Marc Fonvieille To: Josh Paetzel Cc: FreeBSD gnats submit Subject: Re: docs/86733: [patch] Add using kldload as an alternative to compiling in gbde in your kernel Date: Fri, 30 Sep 2005 08:58:50 +0200 On Thu, Sep 29, 2005 at 05:16:01PM -0500, Josh Paetzel wrote: > > > --- chapter.sgml.old Thu Sep 29 16:44:10 2005 > +++ chapter.sgml Thu Sep 29 17:02:02 2005 > @@ -3543,6 +3543,25 @@ > > Reboot into the new kernel. > > + > + > + Load gbde(4) support using > + <application>kldload</application> > + > + > + An alternative to recompiling your kernel is to use > + kldload to load the gbde(4) > + kernel module dynamically. > + &prompt.root; > + kldload geom_bde > + > + > + > + > + At this time there is no option in > + /boot/loader.conf > + to load the kernel module at boot time > + > > > Hello, Since you submit PRs from time to time, you should have a look to the FDP primer; it's impossible for us to use your patch like this (missing tags, missing punctuation, mix of inline and block elements, wrong "wrap-lines", indentation issues, misuse of SGML tags). Marc