--- elwix/build_uboot.sh 2014/01/27 08:35:52 1.1.2.14 +++ elwix/build_uboot.sh 2014/02/25 22:23:16 1.1.2.16 @@ -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.16 2014/02/25 22:23:16 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -127,6 +127,7 @@ install_ubfs() InstallList ${ELWIX_UBFS} ${WORLD} ${UBFS} InstallLibs ${WORLD} ${UBFS} + InstallDir ${WORLD}/libexec/casper $LIBEXEC chown -R root:wheel $SBIN $BIN $USBIN $UBIN $LIBDATA $LIBEXEC $LIBS } @@ -151,7 +152,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 }