diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-01 19:29:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-01 19:29:46 +0100 |
commit | cf2c392fc758c9e5ce16bf9ff7053e0fe5bd85af (patch) | |
tree | 7fd4ff82d8fe72c65553ec6a52e1e30b8ff802d7 | |
parent | 019c27d0d7feee311b2e8416338cd3fa3136c49b (diff) | |
download | jenkins.debian.net-cf2c392fc758c9e5ce16bf9ff7053e0fe5bd85af.tar.xz |
try to fix squeeze for all
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 94ba4591..8b14a872 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -140,7 +140,7 @@ bootstrap_system() { INST_VIDEO="video=vesa:ywrap,mtrr vga=788" EXTRA_APPEND="" case $NAME in - debian-edu_squeeze-test*) + debian*_squeeze*) INST_KEYMAP="console-keymaps-at/$INST_KEYMAP" ;; *_sid_daily*) |