From: Peter Palfrader Date: Thu, 2 May 2013 16:25:13 +0000 (+0200) Subject: And say it even when hostarch matches its running kernel X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e239d07bf8caeeede6e5c96b3ffcce8f19ae67a7;p=mirror%2Fdsa-puppet.git And say it even when hostarch matches its running kernel --- diff --git a/modules/porterbox/files/setup-dchroot b/modules/porterbox/files/setup-dchroot index 53ca8f225..10cc07e71 100755 --- a/modules/porterbox/files/setup-dchroot +++ b/modules/porterbox/files/setup-dchroot @@ -82,13 +82,12 @@ EOF if [ "$THISARCH" = "$arch" ]; then echo "aliases=$suite" - else - case "$arch" in - armel|armhf|i386|powerpc|s390|sparc) - echo "personality=linux32" - ;; - esac fi + case "$arch" in + armel|armhf|i386|powerpc|s390|sparc) + echo "personality=linux32" + ;; + esac echo case "$suite" in