--- elwix/build_uboot.sh 2014/01/23 10:25:44 1.1.2.9 +++ elwix/build_uboot.sh 2014/01/23 13:39:23 1.1.2.10 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_uboot.sh,v 1.1.2.9 2014/01/23 10:25:44 misho Exp $ +# $Id: build_uboot.sh,v 1.1.2.10 2014/01/23 13:39:23 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -149,7 +149,8 @@ create_etc_fstab() # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE} # /dev/map/rootfs.uncompress / ufs ro 0 0 -/dev/map/NVRAM /etc/rc.s ufs ro 0 1 +/dev/map/NVRAM /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 _EOF