--- elwix/Attic/install2dev.sh 2011/07/21 14:26:08 1.1.2.3 +++ elwix/Attic/install2dev.sh 2013/08/05 13:10:16 1.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: install2dev.sh,v 1.1.2.3 2011/07/21 14:26:08 misho Exp $ +# $Id: install2dev.sh,v 1.3 2013/08/05 13:10:16 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -78,7 +78,7 @@ enablejfs() boot2dev() { echo -n "+++ Installboot to device $1 ... " - if disklabel -B $1; then + if disklabel -B -b ${WORLD}/boot/boot -m ${TARGET} ${1}; then echo "OK" else echo "Failed!" @@ -120,12 +120,13 @@ else fi fi -if [ ! -r ${2:-"${REL}/${OS}"} ]; then +if [ -z "$2" -o ! -r "$2" ]; then echo - echo "Error:: '$2' ELWIX OS readable file not found!" + echo "Error:: ELWIX OS tar file '$2' not found!" echo exit 2 fi + initdev $DEV