X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=0a018561508a266c7a398af1209a91d05a230345;hp=3da965e5fe4b0043c8e6c26a192d95a5e12af353;hb=da7857367944c983abf98f956241dcc614b2f453;hpb=4b9f2eb054f5f0975eef271e87ded51d6b697d9f diff --git a/ybin/ybin b/ybin/ybin index 3da965e..0a01856 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.4pre2 +VERSION=1.3.5pre1 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"