diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-04-10 23:36:49 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-04 11:39:51 +0200 |
commit | 72a9e5f23bcb786161cb824b9b4e893a8a2a68c7 (patch) | |
tree | becc1d32fab7ed6b63ec745a24c4f408983c769e /auto/functions | |
parent | 367e1748aeed3ab78e4942505c0858ce28cf8bd3 (diff) | |
download | kanotix-72a9e5f23bcb786161cb824b9b4e893a8a2a68c7.zip kanotix-72a9e5f23bcb786161cb824b9b4e893a8a2a68c7.tar.gz |
add Spitfire support
Diffstat (limited to 'auto/functions')
-rw-r--r-- | auto/functions/patch-bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/functions/patch-bootstrap b/auto/functions/patch-bootstrap index edf0203..270bedd 100644 --- a/auto/functions/patch-bootstrap +++ b/auto/functions/patch-bootstrap @@ -9,7 +9,7 @@ if [ "$current_script" = "chroot" -a ! -e chroot/usr/local/sbin/update-initramfs ln -fs /bin/true chroot/usr/local/sbin/update-initramfs . config/bootstrap - if [ "$LB_ARCHITECTURE" = "amd64" -o "$LB_ARCHITECTURES" = "amd64" ] && [ "$LB_DISTRIBUTION" = "wheezy" ]; then + if [ "$LB_ARCHITECTURE" = "amd64" -o "$LB_ARCHITECTURES" = "amd64" ] && [ "$LB_DISTRIBUTION" != "squeeze" ]; then echo "HACK: Enabling multiarch: amd64 + i386" chroot chroot dpkg --add-architecture i386 fi |