From owner-freebsd-current Wed Aug 21 20:42:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA08107 for current-outgoing; Wed, 21 Aug 1996 20:42:48 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA08097 for ; Wed, 21 Aug 1996 20:42:42 -0700 (PDT) Received: from GndRsh.aac.dev.com by mail.crl.com with SMTP id AA09822 (5.65c/IDA-1.5 for ); Wed, 21 Aug 1996 20:41:19 -0700 Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id UAA11498; Wed, 21 Aug 1996 20:16:02 -0700 From: "Rodney W. Grimes" Message-Id: <199608220316.UAA11498@GndRsh.aac.dev.com> Subject: Re: boot floppy patches To: ambrisko@ambrisko.roble.com (Doug Ambrisko) Date: Wed, 21 Aug 1996 20:16:01 -0700 (PDT) Cc: current@freebsd.org In-Reply-To: <199608220135.SAA00381@freebsd.ambrisko.com> from Doug Ambrisko at "Aug 21, 96 06:35:58 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The first patch is to make pathes relative incase the tree is not rooted > at /usr/src. The second is make sure CVS directories are not copied to > the mfs image. Third ensure a min. number of inodes and space left so when > the install boot needs to create tmp stuff it can. Final set off patches > permits sysinstall to run on a serial console to install FreeBSD and > fixes a minor bug of recreating the etc directory in a brand new file system. > > Doug A. > > *** release/floppies/boot/crunch/crunch.conf Mon May 20 18:12:34 1996 > --- release.mod/floppies/boot/crunch/crunch.conf Wed Aug 7 19:14:46 1996 > *************** > *** 1,12 **** > # $Id: crunch.conf,v 1.1 1996/05/21 01:12:34 julian Exp $ > > ! srcdirs /usr/src/bin > ! srcdirs /usr/src/release > ! srcdirs /usr/src/sbin/i386 > ! srcdirs /usr/src/sbin > ! srcdirs /usr/src/usr.bin > ! srcdirs /usr/src/gnu/usr.bin > ! srcdirs /usr/src/usr.sbin > > progs sh find > progs pwd ft ppp > --- 1,12 ---- > # $Id: crunch.conf,v 1.1 1996/05/21 01:12:34 julian Exp $ > > ! srcdirs ../../../../bin srcdirs ${.CURDIR}/../../../../bin would be more correct, as that takes care of the obj/noobj cases. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD