--- elwix/build_rootfs.sh 2012/10/09 15:23:56 1.2.4.14 +++ elwix/build_rootfs.sh 2012/10/10 14:29:11 1.2.4.15 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_rootfs.sh,v 1.2.4.14 2012/10/09 15:23:56 misho Exp $ +# $Id: build_rootfs.sh,v 1.2.4.15 2012/10/10 14:29:11 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -106,7 +106,6 @@ build_rootdir() install -d mnt; install -d -m 0555 proc; install -d sbin; - install -d system; install -d -m 1777 tmp; install -d usr; install -d usr/bin; @@ -114,6 +113,7 @@ build_rootdir() install -d usr/libexec; install -d usr/sbin; install -d var; + install -d var/sys; ln -fs /usr/lib lib;