Diff for /elwix/install2img.sh between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2011/07/21 14:26:08 version 1.1.2.2, 2011/07/25 00:19:39
Line 95  enablejfs() Line 95  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.1  
changed lines
  Added in v.1.1.2.2


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