--- elwix/build_fs.sh 2017/07/13 11:27:13 1.11.2.7 +++ elwix/build_fs.sh 2018/01/02 01:38:18 1.11.2.9 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.11.2.7 2017/07/13 11:27:13 misho Exp $ +# $Id: build_fs.sh,v 1.11.2.9 2018/01/02 01:38:18 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -58,6 +58,7 @@ build_fsdir() install -d home; # local install -d local; + install -d local/lib; # root install -d -m 0750 root; # pkg @@ -74,7 +75,6 @@ create_etc_fstab() cat >$1/etc/fstab <<_EOF # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE} # -/dev/ufs/elwix /elwix ufs ro,noauto 0 1 _EOF }