X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=7a0ea803ec3e73078c4b1977abbb2fc54ba52f6a;hp=8b8f40238c885f8fae41665aa1c6fbeebecbc282;hb=63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e;hpb=8d5a42062f8b88eaea91434e53973ce9f55589d9 diff --git a/ybin/ybin b/ybin/ybin index 8b8f402..7a0ea80 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.4pre1 +VERSION=1.3.5pre2 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"