various small fixes.
. motd update (ast) . made /usr/local/man/man* and made them bin-owned (mtree) (to let bin install there) . made copyright notice in kernel 1987-2006 (ast) . added chown -R bin /usr/src so that bin can compile everything
This commit is contained in:
@@ -37,6 +37,8 @@ rm -rf $RELEASEDIR $ISO $IMAGE $ROOTIMAGE $ISOGZ $CDFILES
|
||||
mkdir -p $CDFILES || exit
|
||||
mkdir -p $RELEASEDIR
|
||||
mkfs -b 1440 -B 1024 $RAM || exit
|
||||
echo " * chowning to bin"
|
||||
chown -R bin /usr/src
|
||||
echo " * mounting $RAM as $RELEASEDIR"
|
||||
mount $RAM $RELEASEDIR || exit
|
||||
mkdir -m 755 $RELEASEDIR/usr
|
||||
|
||||
Reference in New Issue
Block a user