cvs commit: src/etc/mtree BSD.root.dist src/include paths.h
src/rescue Makefile README src/rescue/librescue Makefile
src/rescue/rescue Makefile
Bruce A. Mah
bmah at FreeBSD.org
Mon Jun 30 13:18:49 PDT 2003
If memory serves me right, David O'Brien wrote:
> On Sun, Jun 29, 2003 at 11:35:37AM -0700, Gordon Tetlow wrote:
> > gordon 2003/06/29 11:35:37 PDT
[snip]
> > Add /rescue bits. This basically encompasses all of bin and sbin along
> > with a couple of bits from usr.bin in a crunchgen'd binary.
>
> Now that there is zero use of /stand post-install, please add code to
> sysinstall to rm /stand after it is done with it. Thanks.
Perhaps you mean "please remove the code from sysinstall that copies
/stand"? (Not like I've actually tried this.)
stennis:sysinstall% pwd
/usr/src/usr.sbin/sysinstall
stennis:sysinstall% grep cpio install*
install.c: i = vsystem("find -x /stand | cpio %s -pdum /mnt", cpioVerbosity());
install.c: if (vsystem("cd /mnt/stand; find etc | cpio %s -pdum /mnt", cpioVerbosity())) {
installUpgrade.c: (void)vsystem("find -x /stand | cpio %s -pdum /mnt", cpioVerbosity());
installUpgrade.c: (void)vsystem("find -x /stand | cpio %s -pdum /mnt", cpioVerbosity());
(Well, not the second of those four lines but you get the idea.)
Bruce.
PS. Proposed (junior?) manpage hacker project: Turn src/rescue/README
into a rescue(4) manpage.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030630/97b7468f/attachment.bin
More information about the cvs-src
mailing list