Diff for /elwix/build_rootfs.sh between versions 1.8.2.5 and 1.8.2.8

version 1.8.2.5, 2014/06/26 01:02:42 version 1.8.2.8, 2014/07/01 19:36:35
Line 166  install_rootfs() Line 166  install_rootfs()
         ln -s $PRG $BIN/chio          ln -s $PRG $BIN/chio
         ln -s $PRG $BIN/chmod          ln -s $PRG $BIN/chmod
         ln -s $PRG $BIN/cp          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/date
         ln -s $PRG $BIN/dd          ln -s $PRG $BIN/dd
         ln -s $PRG $BIN/df          ln -s $PRG $BIN/df
Line 375  install_rootfs() Line 379  install_rootfs()
         echo "+++ ELWIX clean CVS tags ..."          echo "+++ ELWIX clean CVS tags ..."
         CleanCVS $ETC          CleanCVS $ETC
         CleanCVS $ETC/etc          CleanCVS $ETC/etc
           echo
 }  }
   
 build_image()  build_image()

Removed from v.1.8.2.5  
changed lines
  Added in v.1.8.2.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>