From 9b066cbc2bfba50938ce5e7025833ddd6a62820c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 21 Apr 2016 15:27:54 -0500 Subject: [PATCH] distro: xenial 16.04 is out Signed-off-by: Robert Nelson --- README | 4 +--- lib/distro.conf | 9 +++------ mk_mmc.sh | 8 ++------ 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/README b/README index 75c5f77..7a446df 100644 --- a/README +++ b/README @@ -38,9 +38,7 @@ Optional: jessie (Debian 8) stretch (Debian 9) (beta) Ubuntu: - trusty (14.04 LTS) (EOL: April 2019) - wily (15.10) (EOL: July 2016) - xenial (16.04 LTS) (beta) + xenial (16.04 LTS) --firmware diff --git a/lib/distro.conf b/lib/distro.conf index 6486fab..29759d4 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -15,19 +15,16 @@ wily-armhf-netboot) #202-Oct-2015 #http://ports.ubuntu.com/dists/wily/main/installer-armhf/ NETIMAGE="20101020ubuntu399" - NETIMAGE="current" TEST_MD5SUM="372dd44123083c2c04dcc3f797f4ed21" HTTP_IMAGE="http://ports.ubuntu.com/ubuntu-ports/dists" BASE_IMAGE="generic/netboot" NETINSTALL="initrd.gz" ;; xenial-armhf-netboot) - #22-Oct-2014 + #20-Apr-2016 #http://ports.ubuntu.com/dists/xenial/main/installer-armhf/ -# NETIMAGE="20101020ubuntu376" - NETIMAGE="current" -# TEST_MD5SUM="261032f71ad0e7706efe72e0c7ae7054" - TEST_MD5SUM="x" + NETIMAGE="20101020ubuntu451" + TEST_MD5SUM="5d3660f70577ee27e894b2623f0f6fc2" HTTP_IMAGE="http://ports.ubuntu.com/ubuntu-ports/dists" BASE_IMAGE="generic/netboot" NETINSTALL="initrd.gz" diff --git a/mk_mmc.sh b/mk_mmc.sh index 9d582bf..42a47a4 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1434,9 +1434,7 @@ check_distro () { jessie (Debian 8) stretch (Debian 9) (alpha) Ubuntu: - trusty (14.04) (EOL: April 2019) - wily (15.10) (EOL: July 2016) - xenial (16.04) (alpha) + xenial (16.04) ----------------------------- __EOF__ exit @@ -1485,9 +1483,7 @@ usage () { jessie (Debian 8) stretch (Debian 9) (beta) Ubuntu: - trusty (14.04 LTS) (EOL: April 2019) - wily (15.10) (EOL: July 2016) - xenial (16.04 LTS) (beta) + xenial (16.04 LTS) --firmware