Diff for /elwix/Attic/install2dev.sh between versions 1.1.2.3 and 1.2.10.1

version 1.1.2.3, 2011/07/21 14:26:08 version 1.2.10.1, 2013/08/05 13:09:20
Line 78  enablejfs() Line 78  enablejfs()
 boot2dev()  boot2dev()
 {  {
         echo -n "+++ Installboot to device $1 ... "          echo -n "+++ Installboot to device $1 ... "
        if disklabel -B $1; then        if disklabel -B -b ${WORLD}/boot/boot -m ${TARGET} ${1}; then
                 echo "OK"                  echo "OK"
         else          else
                 echo "Failed!"                  echo "Failed!"
Line 120  else Line 120  else
         fi          fi
 fi  fi
   
if [ ! -r ${2:-"${REL}/${OS}"} ]; thenif [ -z "$2" -o ! -r "$2" ]; then
         echo          echo
        echo "Error:: '$2' ELWIX OS readable file not found!"        echo "Error:: ELWIX OS tar file '$2' not found!"
         echo          echo
         exit 2          exit 2
 fi  fi
   
   
 initdev $DEV  initdev $DEV
   

Removed from v.1.1.2.3  
changed lines
  Added in v.1.2.10.1


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