diff --git a/README b/README index abcf031..1dff2bd 100644 --- a/README +++ b/README @@ -41,8 +41,8 @@ Required Options: Optional: --distro Debian: - wheezy-armhf - jessie (beta) + wheezy-armhf (Debian 7) + jessie (Debian 8) Ubuntu: trusty (14.04) (EOL: April 2019) utopic (14.10) (EOL: April 2015) diff --git a/lib/distro.conf b/lib/distro.conf index 3bec3cd..11ad463 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -43,10 +43,10 @@ wheezy-armhf-netboot) NETINSTALL="uInitrd" ;; jessie-armhf-netboot) - #07-Jan-2015 + #24-Mar-2015 #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ - NETIMAGE="20150107" - TEST_MD5SUM="e8b33f422e6e8a82a4a940325b5b49af" + NETIMAGE="20150324" + TEST_MD5SUM="e5751521b00080462834ade1759758e8" 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 33c6307..4f1fdf9 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1426,8 +1426,8 @@ usage () { Optional: --distro Debian: - wheezy-armhf - jessie (beta) + wheezy-armhf (Debian 7) + jessie (Debian 8) Ubuntu: trusty (14.04) (EOL: April 2015) utopic (14.10) (EOL: April 2015)