diff options
Diffstat (limited to 'scripts/00-defaults.sh')
-rw-r--r-- | scripts/00-defaults.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/00-defaults.sh b/scripts/00-defaults.sh index 32e5e13f5..4c2c3bd1a 100644 --- a/scripts/00-defaults.sh +++ b/scripts/00-defaults.sh @@ -43,7 +43,12 @@ Defaults () ;; amd64) - LIVE_LINUX="amd64-generic" + if [ "${LIVE_DISTRIBUTION}" == unstable ] + then + LIVE_LINUX="amd64-k8" + else + LIVE_LINUX="amd64-generic" + fi ;; arm) |