aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2016-03-01 01:33:47 +0100
committerJan Wagner <mail@jwagner.eu>2016-03-01 01:33:47 +0100
commitc8fab89c43ed0f7a37b4ade859d4f4525a7d373e (patch)
tree920fb9ca8208b27f476d8a5b8508bb533b9d8410
parente41c0c01e25afc34195b4cd693b427dab8ad4139 (diff)
downloadrpi2-gen-image-c8fab89c43ed0f7a37b4ade859d4f4525a7d373e.tar.gz
rpi2-gen-image-c8fab89c43ed0f7a37b4ade859d4f4525a7d373e.tar.bz2
rpi2-gen-image-c8fab89c43ed0f7a37b4ade859d4f4525a7d373e.zip
binfmt-support dep fix for stretch/sid
-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=""