aboutsummaryrefslogtreecommitdiff
path: root/rpi2-gen-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rpi2-gen-image.sh')
-rwxr-xr-xrpi2-gen-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh
index bf1ac7e..21787c1 100755
--- a/rpi2-gen-image.sh
+++ b/rpi2-gen-image.sh
@@ -72,7 +72,7 @@ ENABLE_IPTABLES=${ENABLE_IPTABLES:=false}
R=${BUILDDIR}/chroot
# Packages required for bootstrapping
-REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static dosfstools rsync bmap-tools whois git-core"
+REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git-core"
# Missing packages that need to be installed
MISSING_PACKAGES=""