--- elwix/build_romfs.sh 2013/07/29 15:06:59 1.6.2.6 +++ elwix/build_romfs.sh 2013/07/31 13:17:53 1.6.2.7 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_romfs.sh,v 1.6.2.6 2013/07/29 15:06:59 misho Exp $ +# $Id: build_romfs.sh,v 1.6.2.7 2013/07/31 13:17:53 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -76,7 +76,7 @@ build_romfs() install -d mnt; install -d -m 0555 proc; install -d sbin; - ln -fs /var/tmp tmp; + install -d tmp; install -d usr; install -d usr/bin; install -d usr/lib; @@ -205,7 +205,7 @@ build_romfs install_romfs -install_romfs2 -build_image2 +#install_romfs2 +#build_image2 echo "+++ Complete build ELWIX RomFS"