From 8df8bdf055bf6530589dee9419f9d5052e2727ef 2016-03-27 14:46:43 From: drtyhlpr Date: 2016-03-27 14:46:43 Subject: [PATCH] Merge pull request #35 from xtaran/master Use package git instead of git-core: Don't pull in obsolete packages --- 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