Rename install steps; add copying /usr/lib/* to /lib/*

This commit is contained in:
Ben Gras
2005-08-08 18:36:12 +00:00
parent 560466ed8e
commit 08e0e1bcef
4 changed files with 15 additions and 11 deletions

View File

@@ -8,5 +8,8 @@ make hdboot || exit 1
cp ../boot/boot /boot/boot || exit 1
cd /usr/src || exit 1
make clean
# Put compiler and libraries on root (ramdisk if enabled)
cp /usr/lib/* /lib
cp /usr/lib/i386/* /lib/i386/
exit 0

View File

@@ -37,7 +37,7 @@ echo " * Cleanup old files"
rm -rf $RELEASEDIR $ISO $IMAGE $ROOTIMAGE $ISOGZ $CDFILES
mkdir -p $CDFILES || exit
mkdir -p $RELEASEDIR
mkfs -b 1440 -B 1024 $RAM || exit
mkfs -b 16384 -B 1024 $RAM || exit
echo " * chowning to bin"
chown -R bin /usr/src
echo " * mounting $RAM as $RELEASEDIR"