Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 1996 20:16:01 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        ambrisko@ambrisko.roble.com (Doug Ambrisko)
Cc:        current@freebsd.org
Subject:   Re: boot floppy patches
Message-ID:  <199608220316.UAA11498@GndRsh.aac.dev.com>
In-Reply-To: <199608220135.SAA00381@freebsd.ambrisko.com> from Doug Ambrisko at "Aug 21, 96 06:35:58 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608220316.UAA11498>