Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/arch-nspawn.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch-nspawn.in')
-rw-r--r--arch-nspawn.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in
index aed004b..4773873 100644
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
@@ -122,6 +122,8 @@ if [[ "${CARCH}" = 'pentium4' ]]; then
set_arch='i686'
elif [[ "${CARCH}" = 'armv6h' ]]; then
set_arch='armv6l'
+elif [[ "${CARCH}" = 'armv7h' ]]; then
+ set_arch='armv7l'
else
set_arch="${CARCH}"
fi