Fix flavour for i386 arch

Wheezy on up has linux-image-686-pae. Squeeze on down has
linux-image-686.
This commit is contained in:
Joseph Bisch 2015-11-12 10:05:58 -05:00
parent 1c1c17473e
commit fe1abd1153

View File

@ -94,8 +94,10 @@ fi
if [ $DISTRO = "debian" -a $ARCH = "amd64" ]; then
FLAVOUR=amd64
elif [ $DISTRO = "debian" -a $ARCH = "i386" ]; then
FLAVOUR=i686-pae
elif [ $DISTRO = "debian" -a $ARCH = "i386" -a \($SUITE = "wheezy" -o $SUITE = "jessie" -o $SUITE = "stretch" -o $SUITE = "sid"\) ]; then
FLAVOUR=686-pae
elif [ $DISTRO = "debian" ]; then
FLAVOUR=686
fi
LOCALE_PKG=language-pack-en