--- elwix/build_romfs.sh 2017/06/18 21:01:32 1.9.2.6 +++ elwix/build_romfs.sh 2017/06/19 21:24:49 1.9.2.7 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_romfs.sh,v 1.9.2.6 2017/06/18 21:01:32 misho Exp $ +# $Id: build_romfs.sh,v 1.9.2.7 2017/06/19 21:24:49 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -61,6 +61,9 @@ build_romfs() ln -s /elwix/local local; ln -s /elwix/pkg pkg; + + # special patch to ensuring properly working of passwd!!! + ln -s /sbin/pwd_mkdb sbin; chown -hR root:wheel . cd -