The base/ directory: CHECKSUM.MD5 base.af base.al base.ar base.ax base.aa base.ag base.am base.as base.ay base.ab base.ah base.an base.at base.az base.ac base.ai base.ao base.au base.inf base.ad base.aj base.ap base.av base.mtree base.ae base.ak base.aq base.aw install.sh No sbin, bin, ubin, nor usbin whatsoever. :-( base/install.sh: ---------------------------------------------------------------------------------- #!/bin/sh # # $FreeBSD: src/release/scripts/base-install.sh,v 1.6 2002/04/30 09:57:21 ru Exp $ # if [ "`id -u`" != "0" ]; then echo "Sorry, this must be done as root." exit 1 fi echo "You are about to extract the base distribution into ${DESTDIR:-/} - are you SURE" echo -n "you want to do this over your installed system (y/n)? " read ans if [ "$ans" = "y" ]; then cat base.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} fi ---------------------------------------------------------------------------------- This is the one to run? Best Regards, Johan > > base/install.sh > > you should see a bunch of sbin.??, bin.??, ubin.??, usbin.?? files in > there. > > Look at the base\install.sh and see if it also extracts the etc.?? > files. If it does, then you'll need to copy all theses files to a > temp dir and remove etc from the install.sh script so that it doesn't > overwrite your setup. > > Also, you should do this in single user mode with all filesystems mounted > rw. > > Scot > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"Received on Fri Jan 21 2005 - 17:36:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC