Problem with crt1.o and init tls

Scot Hetzel swhetzel at gmail.com
Fri Jan 21 10:44:36 PST 2005


On Fri, 21 Jan 2005 12:36:11 -0600, Johan Kuuse <kuuse at redantigua.com> wrote:
> The base/ directory:
> 
> No sbin, bin, ubin, nor usbin whatsoever. :-(
> 
Ok, I thought they were split that way at one time.

To be safe run the base/install.sh script as follows:

cd /cdrom/base
mkdir /tmp/base   <- someplace to hold the files
DESTDIR=/tmp/base install.sh
cd /tmp/base
mv lib/* /lib
mv usr/lib/* /usr/lib
mv bin/* /bin
mv sbin/* /sbin
mv usr/bin/* /usr/bin
mv usr/sbin/* /usr/sbin

Scot


More information about the freebsd-current mailing list