Changed blocksizes and root sizes around

This commit is contained in:
Ben Gras
2005-08-09 17:02:01 +00:00
parent 102a3b180c
commit e44aebef68
2 changed files with 4 additions and 6 deletions

View File

@@ -8,8 +8,5 @@ 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