--- elwix/build_uboot.sh 2014/01/24 10:17:35 1.1.2.13 +++ elwix/build_uboot.sh 2014/01/27 08:35:52 1.1.2.14 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_uboot.sh,v 1.1.2.13 2014/01/24 10:17:35 misho Exp $ +# $Id: build_uboot.sh,v 1.1.2.14 2014/01/27 08:35:52 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 unionfs rw,noauto,-onoatime 0 0 +/var/db /elwix/etc/rc.s unionfs rw,noauto,-onoatime 0 0 _EOF }