From b015490167bc695995741086db95f14d7dbf4c95 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 22 Dec 2013 11:15:22 +0100 Subject: Change image name for new installs to just numeric version. --- scripts/install/install-image-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-image-new b/scripts/install/install-image-new index 32ac6a2c..3097392a 100755 --- a/scripts/install/install-image-new +++ b/scripts/install/install-image-new @@ -24,7 +24,7 @@ if ! try_mount "/dev/$ROOT_PARTITION $WRITE_ROOT"; then fi version=$(get_new_version) -image_name=VyOS_$version +image_name=$version if [ -z "$image_name" ]; then echo 'Cannot find new version. Exiting...' exit 1 -- cgit v1.2.3