--- elwix/build_romfs.sh 2017/06/18 16:20:17 1.9.2.5 +++ elwix/build_romfs.sh 2020/08/31 15:46:03 1.9.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_romfs.sh,v 1.9.2.5 2017/06/18 16:20:17 misho Exp $ +# $Id: build_romfs.sh,v 1.9.2.8 2020/08/31 15:46:03 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -53,7 +53,6 @@ build_romfs() install -d lib/geom; install -d libdata; install -d libexec; - install -d pkg; install -d share; install -d share/keys; install -d share/misc; @@ -61,6 +60,12 @@ build_romfs() install -d share/zoneinfo; ln -s /elwix/local local; + ln -s /elwix/pkg pkg; + + # special patch to ensuring properly working of passwd!!! + ln -s /sbin/pwd_mkdb sbin; + # special patch to ensuring properly working of atrun!!! + ln -s /usr/pkg/sbin/mini_sendmail sbin/sendmail; chown -hR root:wheel . cd -