Date: Wed, 27 Oct 2004 14:07:22 -0400 From: John Baldwin <jhb@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: current@FreeBSD.org Subject: Re: Removal of /stand Directory Message-ID: <200410271407.22783.jhb@FreeBSD.org> In-Reply-To: <20041023130921.I78665@alpha.siliconlandmark.com> References: <4171F702.9020405@gamersimpact.com> <417A6C6B.6010109@gamersimpact.com> <20041023130921.I78665@alpha.siliconlandmark.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 23 October 2004 01:22 pm, Andre Guibert de Bruet wrote: > > If there is anyone out there willing to test a few patches on a diskless > > system let me know via private email. > > > > Index: usr.sbin/sysinstall/install.c > > =================================================================== > > RCS file: /home/ncvs/src/usr.sbin/sysinstall/install.c,v > > retrieving revision 1.359 > > diff -u -r1.359 usr.sbin/sysinstall/install.c > > --- usr.sbin/sysinstall/install.c 30 Aug 2004 21:03:09 -0000 1.359 > > +++ usr.sbin/sysinstall/install.c 21 Oct 2004 17:30:02 -0000 > > @@ -850,6 +850,9 @@ > > /* BOGON #5: aliases database not build for bin */ > > vsystem("newaliases"); > > > > + /* BOGON #6: Remove /stand (finally) */ > > + vsystem("rm -rf /stand"); > > A better fix would be to convert the 25 lines in sysinstall that refer to > "/stand" over to the rescue directory. This makes for a cleaner install > process. There isn't a /rescue to use during the initial install. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410271407.22783.jhb>