--- elwix/build_rootfs.sh 2017/02/13 16:52:46 1.10 +++ elwix/build_rootfs.sh 2017/06/19 21:12:57 1.10.2.1 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_rootfs.sh,v 1.10 2017/02/13 16:52:46 misho Exp $ +# $Id: build_rootfs.sh,v 1.10.2.1 2017/06/19 21:12:57 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -118,7 +118,7 @@ build_rootdir() install -d bin; install -d dev; install -d elwix; - install -d elwix/etc; + install -d etc; install -d libexec; install -d mnt; install -d -m 0555 proc; @@ -134,7 +134,6 @@ build_rootdir() ln -fs /usr/lib lib; - ln -fs /elwix/etc etc; ln -fs /elwix/exports exports; ln -fs /elwix/home home; ln -fs /elwix/root root; @@ -149,7 +148,7 @@ install_rootfs() SBIN="${ROOTFS}/sbin" UBIN="${ROOTFS}/usr/bin" LIBEXEC="${ROOTFS}/usr/libexec" - ETC="${ROOTFS}/elwix/etc" + ETC="${ROOTFS}/etc" PRG="/sbin/elwix" LNPRG="${SBIN}/elwix" @@ -382,7 +381,6 @@ install_rootfs() echo "+++ ELWIX clean CVS tags ..." CleanCVS $ETC - CleanCVS $ETC/etc echo }