--- elwix/build_uboot.sh 2017/02/13 16:52:46 1.3 +++ elwix/build_uboot.sh 2021/03/11 13:59:50 1.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_uboot.sh,v 1.3 2017/02/13 16:52:46 misho Exp $ +# $Id: build_uboot.sh,v 1.4 2021/03/11 13:59:50 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -159,9 +159,9 @@ create_etc_fstab() # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE} # /dev/map/rootfs.uncompress / ufs ro 0 0 -md0 /tmp mfs rw,-s1m,-oasync,-S 0 0 +tmpfs /tmp tmpfs rw 0 0 md1 /var mfs rw,-s2m,-S 0 0 -/var/db /elwix/etc unionfs rw,noauto,-onoatime 0 0 +/var/db /elwix/etc unionfs rw,noauto,-onoatime 0 0 _EOF }