--- elwix/build_romfs.sh 2013/07/29 09:03:57 1.6.2.3 +++ elwix/build_romfs.sh 2013/07/29 14:12:46 1.6.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_romfs.sh,v 1.6.2.3 2013/07/29 09:03:57 misho Exp $ +# $Id: build_romfs.sh,v 1.6.2.4 2013/07/29 14:12:46 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -56,6 +56,9 @@ build_romfs() install -d boot/zfs; install -d dev; install -d elwix; + install -d elwix/altroot; + install -d elwix/altroot/var; + install -d elwix/cf; install -d elwix/etc; install -d elwix/exports; install -d elwix/home;