X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=3b5012fb0a08b5cf3eb64cf2c9ee5607da77d1e4;hp=976423c76279a9d193020b47b145a64517901a74;hb=6f4d7a802c09ee20526db5eeba7357d52444a42c;hpb=67d317029778e6f068badf7b8e3eec6482ecb00e diff --git a/ybin/ybin b/ybin/ybin index 976423c..3b5012f 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -28,7 +28,7 @@ if [ -n "$PATH_PREFIX" ] ; then fi PRG="${0##*/}" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.3 +VERSION=1.3.5pre3 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}" @@ -1052,7 +1052,7 @@ mnt_install() fi fi - [ "$VERBOSE" = 1 ] && echo "$INSTALLFIRST" + [ "$VERBOSE" = 1 ] && echo "$INSTALLPRIMARY" cp -f "$install" "$TARGET/$BTFILE" if [ $? != 0 ] ; then echo 1>&2 "$PRG: An error occured while writing to $boot"