From owner-freebsd-doc Wed Oct 4 6:40:16 2000 Delivered-To: freebsd-doc@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 8B5BB37B66C; Wed, 4 Oct 2000 06:40:07 -0700 (PDT) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id PAA13629; Wed, 4 Oct 2000 15:40:25 +0200 (MEST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 13golx-000471-00; Wed, 04 Oct 2000 15:39:49 +0200 Date: Wed, 4 Oct 2000 15:39:49 +0200 From: Szilveszter Adam To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: MINI kernel config for recovery floppy in Handbook Message-ID: <20001004153948.B15635@petra.hos.u-szeged.hu> Mail-Followup-To: Nik Clayton , freebsd-doc@freebsd.org References: <20000926224450.B6384@petra.hos.u-szeged.hu> <20000928131635.A704@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" User-Agent: Mutt/1.0.1i In-Reply-To: <20000928131635.A704@canyon.nothing-going-on.org>; from nik@freebsd.org on Thu, Sep 28, 2000 at 01:16:35PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii On Thu, Sep 28, 2000 at 01:16:35PM +0100, Nik Clayton wrote: > On Tue, Sep 26, 2000 at 10:44:50PM +0200, Szilveszter Adam wrote: > > I do not know what we should do. Maybe just warn the ppl that they should > > change the config and give them hints for that, or should we also include a > > 4.x version of the config file? > > Include a 4.x version, if you can write it. [Following up...] OK, I have completed a kernel config file for the 4.x branch. The patch is posted for review to the list as well because I am not (yet:-) a DocBook wizard. If you think this is fine, you can commit it, while you are at it:-) -- Regards: Szilveszter ADAM Szeged University Szeged Hungary --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="itt.diff" --- /usr/doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml.old Wed Oct 4 15:20:15 2000 +++ /usr/doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml Wed Oct 4 15:21:31 2000 @@ -572,6 +572,43 @@ # /sbin/umount /mnt echo "The floppy has been unmounted and is now ready."]]> + Note that the above script contains a config file for a + kernel in the FreeBSD 3.x-series. If you have a 4.x machine, + use this one instead: + +# +# MINI4x -- A kernel to get FreeBSD 4.x onto a floppy disk +# +machine i386 +cpu I486_CPU +ident MINI4x +maxusers 5 + +options INET +options FAT_CURSOR +options SCSI_DELAY=15000 +options NCONS=2 +options USERCONFIG + +device isa +device pci + +device fdc0 at isa? port IO_FD1 irq 6 drq 2 +device fd0 at fdc0 drive 0 + +device ncr +device scbus + +device sc0 at isa? flags 0x100 +device npx0 at nexus? port IO_NPX irq 13 + +device da +device sa + +pseudo-device loop #Req'ed by INET +pseudo-device gzip #Exec gzipped a.outs +# + --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message