From owner-freebsd-current Thu Sep 12 06:08:14 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA04282 for current-outgoing; Thu, 12 Sep 1996 06:08:14 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA04203 for ; Thu, 12 Sep 1996 06:04:39 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v1BRK-000QhPC; Thu, 12 Sep 96 15:04 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id PAA19280; Thu, 12 Sep 1996 15:04:03 +0200 Message-Id: <199609121304.PAA19280@allegro.lemis.de> Subject: Re: Build is complete To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 12 Sep 1996 15:04:03 +0200 (MET DST) Cc: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) In-Reply-To: <808.842532489@time.cdrom.com> from "Jordan K. Hubbard" at Sep 12, 96 05:48:09 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > >>> you don't have vn configured into your kernel. :-) >> >> Indeed. I suppose this should be documented. > > And indeed it is, on page 220 of your very own "The Complete FreeBSD" > book. :-) What did I tell you? RTFM! More seriously, what it says (said) is: Vnode driver. Allows a file to be treated as a device after being set up with the \fIvnconfig\fP command. This driver can be useful for manipulating floppy disk images and using a file as a swap device (e.g. an MS Windows swap file). Optional. Nothing there about needing it for building a release. I've changed it to the following, which I submit for general comments and flames: Vnode driver. Allows a file to be treated as a device after being set up with the \fIvnconfig\fP command. This driver can be useful for manipulating floppy disk images and using a file as a swap device (e.g. an MS Windows swap file). You also need this driver if you want to build a FreeBSD release, which you might want to do to get a boot floppy. This book doesn't discuss boot floppies in any more detail. Greg