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

version 1.1.2.3, 2011/07/21 14:26:08 version 1.2, 2011/10/18 09:02:05
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.3  
changed lines
  Added in v.1.2


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