--- elwix/build_base.sh 2014/01/17 01:11:51 1.2.6.2 +++ elwix/build_base.sh 2014/01/21 09:21:55 1.2.6.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_base.sh,v 1.2.6.2 2014/01/17 01:11:51 misho Exp $ +# $Id: build_base.sh,v 1.2.6.3 2014/01/21 09:21:55 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -62,7 +62,6 @@ build_basefs() install -d elwix/home; install -d -m 0750 elwix/root; install -d -m 0750 elwix/root/.ssh; - install -d elwix/system; install -d elwix/tftpboot; install -d elwix/pkg; install -d elwix/pkg/bin; @@ -74,7 +73,6 @@ build_basefs() ln -fs /elwix/exports exports; ln -fs /elwix/home home; ln -fs /elwix/root root; - ln -fs /elwix/system system; ln -fs /elwix/tftpboot tftpboot; install -d mnt; install -d -m 0555 proc;