From 854fcaf85ba4a0fdbb69a5d269dfd0967d96a68e Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Thu, 21 Nov 2013 15:45:26 -0600 Subject: [PATCH] limit this to wheezy Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- beagleboard.org_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beagleboard.org_image.sh b/beagleboard.org_image.sh index 681917b9c..17a3bcfaf 100755 --- a/beagleboard.org_image.sh +++ b/beagleboard.org_image.sh @@ -304,7 +304,7 @@ chroot_nuke_root_password="enable" #no_pkgs="enable" dpkg_arch="armhf" -DEFAULT_RELEASES="raring saucy trusty wheezy jessie" +DEFAULT_RELEASES="wheezy" for REL in ${RELEASES:-$DEFAULT_RELEASES} ; do ${REL}_release done -- GitLab