aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a69c78d..03c7359 100755
--- a/rpi2-gen-image.sh
+++ b/rpi2-gen-image.sh
@@ -145,7 +145,7 @@ APT_INCLUDES=${APT_INCLUDES:=""}
APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo"
# Packages required for bootstrapping
-REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git-core"
+REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git"
MISSING_PACKAGES=""
set +x