distro: debian: 7.9/8.2

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent 3e47097bb9
commit c19e7e9f35

@ -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"

@ -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}"

Loading…
Cancel
Save