From ec53c5dfab29ad408b6745f40e486cb829566c18 2016-03-26 21:15:19 From: Axel Beckert Date: 2016-03-26 21:15:19 Subject: [PATCH] Use package git instead of git-core: Don't pull in obsolete packages git-core is a transitional package since April 2010 and the no more supported Debian 6 Squeeze. --- 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