--- elwix/build_uboot.sh 2014/01/23 22:26:00 1.1.2.11 +++ elwix/build_uboot.sh 2014/01/23 23:33:32 1.1.2.12 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_uboot.sh,v 1.1.2.11 2014/01/23 22:26:00 misho Exp $ +# $Id: build_uboot.sh,v 1.1.2.12 2014/01/23 23:33:32 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -149,10 +149,9 @@ create_etc_fstab() # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE} # /dev/map/rootfs.uncompress / ufs ro 0 0 -/dev/ufs/cfg /elwix/cf ufs ro 0 1 -/elwix/cf /elwix/etc unionfs rw,-onoatime 0 0 md0 /tmp mfs rw,-s8m,-oasync,-S 0 0 md1 /var mfs rw,-s16m,-S 0 0 +/var/db /elwix/etc unionfs rw,noauto,-onoatime 0 0 _EOF }