aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2016-03-26 22:15:19 +0100
committerAxel Beckert <abe@deuxchevaux.org>2016-03-26 22:15:19 +0100
commitec53c5dfab29ad408b6745f40e486cb829566c18 (patch)
tree522d2fe6a40cd53f9a7bc2ee9f04112da89c3eb4
parent7b0a7803dcb8e18c3da450ab035f62bf4e9906f8 (diff)
downloadrpi2-gen-image-ec53c5dfab29ad408b6745f40e486cb829566c18.tar.gz
rpi2-gen-image-ec53c5dfab29ad408b6745f40e486cb829566c18.tar.bz2
rpi2-gen-image-ec53c5dfab29ad408b6745f40e486cb829566c18.zip
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.
-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