diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-29 22:47:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-29 22:50:53 +0100 |
commit | 60a9a048d734043119be55e0a4dc5034c63860d0 (patch) | |
tree | 398dba1ee2a33afc27bd2a516c3f375f1a2f0015 /bin | |
parent | aae9522124f6d6d06c8aee72db32fc799a46ccf0 (diff) | |
download | jenkins.debian.net-60a9a048d734043119be55e0a4dc5034c63860d0.tar.xz |
g-i: drop all squeeze tests
Diffstat (limited to 'bin')
-rw-r--r-- | bin/g-i-installation.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 83859144..67e3452a 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -153,7 +153,7 @@ bootstrap_system() { cd $WORKSPACE echo "Creating throw-away logical volume with ${DISKSIZE_IN_GB} GiB now." sudo lvcreate -L${DISKSIZE_IN_GB}G -n $NAME $VG - # FIXME: the following will become unneeded / simpler once squeeze+wheezy are not tested anymore + # FIXME: the following will become unneeded / simpler once wheezy is not tested anymore RELEASE="$(echo $NAME | cut -d "_" -f2)" if [ "$RELEASE" != "jessie" ] ; then echo "Workaround to remove swap signature from previous installs, see #757818" @@ -192,9 +192,6 @@ bootstrap_system() { INST_VIDEO="video=vesa:ywrap,mtrr vga=788" EXTRA_APPEND="" case $NAME in - debian*_squeeze*) - INST_KEYMAP="console-keymaps-at/$INST_KEYMAP" - ;; *_sid_daily*) EXTRA_APPEND="mirror/suite=sid" ;; |