--- elwix/build_rootfs.sh 2011/07/21 08:07:12 1.1.1.1.2.2 +++ elwix/build_rootfs.sh 2011/10/18 09:02:05 1.2 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_rootfs.sh,v 1.1.1.1.2.2 2011/07/21 08:07:12 misho Exp $ +# $Id: build_rootfs.sh,v 1.2 2011/10/18 09:02:05 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -135,8 +135,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/tcsh +# ln -s $PRG $BIN/csh +# ln -s $PRG $BIN/tcsh + ln -s /bin/tcsh $BIN/-tcsh + ln -s /bin/csh $BIN/-csh ln -s $PRG $BIN/date ln -s $PRG $BIN/dd ln -s $PRG $BIN/df @@ -157,7 +159,6 @@ install_rootfs() ln -s $PRG $BIN/pgrep ln -s $PRG $BIN/sh ln -s $PRG $BIN/-sh - ln -s $PRG $BIN/-tcsh ln -s $PRG $BIN/ps ln -s $PRG $BIN/pwait ln -s $PRG $BIN/pwd