--- elwix/build_fs.sh 2011/07/21 13:55:49 1.1.2.3 +++ elwix/build_fs.sh 2011/07/25 00:19:39 1.1.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.1.2.3 2011/07/21 13:55:49 misho Exp $ +# $Id: build_fs.sh,v 1.1.2.4 2011/07/25 00:19:39 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -74,11 +74,6 @@ build_fsdir() install -d -g daemon altroot/var/spool/output/lpd; # boot install -d boot; - install -d boot/defaults; - install -d boot/firmware; - install -d boot/kernel; - install -d boot/modules; - install -d boot/zfs; # cf install -d cf; # etc @@ -242,7 +237,7 @@ cleancvs() { echo "+++ ELWIX clean CVS tags ..." - find $1 -type d -name CVS -exec rm -rf {} \; + find $1 -type d -name CVS -exec rm -rf {} \; >/dev/null 2>&1 } ### main()