summaryrefslogtreecommitdiff
path: root/scripts/00-defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
commit18e4f460bf1c115c62ea9aebb56d75d486322531 (patch)
treef277a0fe28a622ee2056d317140a43ef71627991 /scripts/00-defaults.sh
parent57cf927e8b36655351399184fecec51552feffe5 (diff)
downloadvyos-live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.tar.gz
vyos-live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.zip
Adding live-package 0.99.2-1.
Diffstat (limited to 'scripts/00-defaults.sh')
-rw-r--r--scripts/00-defaults.sh7
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)