From ec53c5dfab29ad408b6745f40e486cb829566c18 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 26 Mar 2016 22:15:19 +0100 Subject: 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. --- rpi2-gen-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3