Date: Fri, 21 Jan 2005 12:36:11 -0600 From: Johan Kuuse <kuuse@redantigua.com> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Problem with crt1.o and init tls Message-ID: <200501211236.11923.kuuse@redantigua.com> In-Reply-To: <790a9fff05012110223252212a@mail.gmail.com> References: <000a01c4ffd2$86d5cc70$10bca1cd@widserver1> <200501211210.54960.kuuse@redantigua.com> <790a9fff05012110223252212a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501211236.11923.kuuse>