From 60a9a048d734043119be55e0a4dc5034c63860d0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 29 Oct 2014 22:47:47 +0100 Subject: g-i: drop all squeeze tests --- bin/g-i-installation.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/g-i-installation.sh') 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" ;; -- cgit v1.2.3-54-g00ecf