Diff for /elwix/Attic/install2dev.sh between versions 1.1.2.2 and 1.2

version 1.1.2.2, 2011/07/21 14:12:37 version 1.2, 2011/10/18 09:02:05
Line 18  fi Line 18  fi
   
 if [ "${USER}" != "root" ]; then  if [ "${USER}" != "root" ]; then
         echo          echo
        echo "ELWIX project is not configured - FS must build under root !?!"        echo "ELWIX project is not configured - install must build under root !?!"
         echo          echo
         exit 1          exit 1
 fi  fi
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!"

Removed from v.1.1.2.2  
changed lines
  Added in v.1.2


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