From c19e7e9f35356f2a8ca2badc65445e7d4edf9c2e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 11 Sep 2015 10:08:26 -0500 Subject: [PATCH] distro: debian: 7.9/8.2 Signed-off-by: Robert Nelson --- lib/distro.conf | 12 ++++++------ mk_mmc.sh | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/distro.conf b/lib/distro.conf index 4e32b20..e40bebf 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -32,20 +32,20 @@ wily-armhf-netboot) NETINSTALL="initrd.gz" ;; wheezy-armhf-netboot) - #05-Jan-2015 + #01-Sep-2015 #http://ftp.us.debian.org/debian/dists/wheezy/main/installer-armhf/ - NETIMAGE="20130613+deb7u2+b4" - TEST_MD5SUM="5378254712c01b0c9a8c03b7263be15e" + NETIMAGE="20130613+deb7u3" + TEST_MD5SUM="ab9315457ddd9a24d9970b8051c9f204" HTTP_IMAGE="http://ftp.debian.org/debian/dists" BASE_IMAGE="mx5/netboot/efikamx" UBOOTWRAPPER=1 NETINSTALL="uInitrd" ;; jessie-armhf-netboot) - #04-Jun-2015 + #01-Sep-2015 #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ - NETIMAGE="20150422+deb8u1" - TEST_MD5SUM="e039a83b86a86f3926b21be6d64d0388" + NETIMAGE="20150422+deb8u2" + TEST_MD5SUM="c67ede59f93a0b0f6f70e5ae7ac27659" HTTP_IMAGE="http://ftp.debian.org/debian/dists" BASE_IMAGE="netboot" NETINSTALL="initrd.gz" diff --git a/mk_mmc.sh b/mk_mmc.sh index 72dd877..1f0c9e3 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -239,6 +239,11 @@ dl_kernel_image () { echo "Kernel Options:" cat ${TEMPDIR}/dl/LATEST-${kernel_subarch} echo "-----------------------------" + echo "LTS: --use-lts-kernel" + echo "STABLE: --use-stable-kernel" + echo "TESTING: --use-testing-kernel" + echo "EXPERIMENTAL: --use-experimental-kernel" + echo "-----------------------------" FTP_DIR=$(cat ${TEMPDIR}/dl/LATEST-${kernel_subarch} | grep "ABI:1 ${kernel_repo}" | awk '{print $3}') uname_r="${FTP_DIR}"