summaryrefslogtreecommitdiff
path: root/scripts/install/install-image
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install/install-image')
-rwxr-xr-xscripts/install/install-image2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image
index f717588b..607dcc98 100755
--- a/scripts/install/install-image
+++ b/scripts/install/install-image
@@ -207,6 +207,8 @@ fi
# check versions
if is_live_cd_boot; then
CURVER=LIVECD
+elif is_disk_based_boot; then
+ CURVER=DISK
else
CURVER=$(get_cur_version)
fi