diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
commit | 18e4f460bf1c115c62ea9aebb56d75d486322531 (patch) | |
tree | f277a0fe28a622ee2056d317140a43ef71627991 /scripts/00-defaults.sh | |
parent | 57cf927e8b36655351399184fecec51552feffe5 (diff) | |
download | live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.zip live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.tar.gz |
Adding live-package 0.99.2-1.
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 32e5e13..4c2c3bd 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) |