--- elwix/build_rootfs.sh 2014/06/26 01:02:42 1.8.2.5 +++ elwix/build_rootfs.sh 2014/09/15 19:06:42 1.9 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_rootfs.sh,v 1.8.2.5 2014/06/26 01:02:42 misho Exp $ +# $Id: build_rootfs.sh,v 1.9 2014/09/15 19:06:42 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -166,6 +166,10 @@ install_rootfs() ln -s $PRG $BIN/chio ln -s $PRG $BIN/chmod ln -s $PRG $BIN/cp + ln -s $PRG $BIN/csh + ln -s $PRG $BIN/-csh + ln -s $PRG $BIN/tcsh + ln -s $PRG $BIN/-tcsh ln -s $PRG $BIN/date ln -s $PRG $BIN/dd ln -s $PRG $BIN/df @@ -375,6 +379,7 @@ install_rootfs() echo "+++ ELWIX clean CVS tags ..." CleanCVS $ETC CleanCVS $ETC/etc + echo } build_image()