On 07-Jan-02 Michael R. Wayne wrote: > > Tried -questions, no response. Verified issue on 4.5 PRERELEASE. > > Going to > /usr/src/release/sysinstall > and doing > make all > make install > > builds a sysinstall which seems not to include the functionality > needed to run as /stand/sh, /stand/fsck and friends. What is the > correct way to build and install all of /stand?
As part of the release process. It's a bit tricky. :) In current sysinstall has moved to src/usr.sbin/sysinstall and lives in /usr/sbin/sysinstall since it's just another program. /stand is basically copied off the boot floppy or CD during the installation process. It's meant to basically be a safety net in case you hose your filesystem so badly you don't have /bin/sh, etc. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

