--- elwix/build_uboot.sh 2014/01/27 08:35:52 1.1.2.14 +++ elwix/build_uboot.sh 2014/02/25 22:26:16 1.1.2.17 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_uboot.sh,v 1.1.2.14 2014/01/27 08:35:52 misho Exp $ +# $Id: build_uboot.sh,v 1.1.2.17 2014/02/25 22:26:16 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -151,7 +151,7 @@ create_etc_fstab() /dev/map/rootfs.uncompress / ufs ro 0 0 md0 /tmp mfs rw,-s1m,-oasync,-S 0 0 md1 /var mfs rw,-s2m,-S 0 0 -/var/db /elwix/etc/rc.s unionfs rw,noauto,-onoatime 0 0 +/var/db /elwix/etc unionfs rw,noauto,-onoatime 0 0 _EOF }