diff --git a/INSTALL.Debian b/INSTALL.Debian index 50ba267..9b7cfce 100644 --- a/INSTALL.Debian +++ b/INSTALL.Debian @@ -65,7 +65,6 @@ Required Options: Optional: --distro Debian: - wheezy-armel wheezy-armhf (armv7-a) Ubuntu: oneiric (11.10) (armv7-a) (EOL: May 2013) diff --git a/README b/README index 575f973..37d08bc 100644 --- a/README +++ b/README @@ -31,7 +31,6 @@ Required Options: Optional: --distro Debian: - wheezy-armel (ARM9+) wheezy-armhf (Cortex-A+) jessie-armhf (Cortex-A+) (alpha) Ubuntu: diff --git a/lib/distro.conf b/lib/distro.conf index 6820221..8169194 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -51,15 +51,6 @@ trusty-armhf-netboot) BASE_IMAGE="generic/netboot" NETINSTALL="initrd.gz" ;; -wheezy-armel-netboot) - #1-May-2013 - #http://ftp.us.debian.org/debian/dists/wheezy/main/installer-armel/ - NETIMAGE="20130430" - TEST_MD5SUM="9b5342227109d48d64b0016618bfb6f0" - HTTP_IMAGE="http://ftp.debian.org/debian/dists" - BASE_IMAGE="versatile/netboot" - NETINSTALL="initrd.gz" - ;; wheezy-armhf-netboot) #24-Apr-2014 #http://ftp.us.debian.org/debian/dists/wheezy/main/installer-armhf/ diff --git a/mk_mmc.sh b/mk_mmc.sh index 423d9fd..ad23439 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -193,7 +193,6 @@ dl_kernel_image () { FTP_DIR=$(cat ${TEMPDIR}/dl/LATEST-${kernel_subarch} | grep "ABI:1 ${kernel_repo}" | awk '{print $3}') - #https://rcn-ee.net/deb/squeeze-armel/v3.2.6-x4/install-me.sh FTP_DIR=$(echo ${FTP_DIR} | awk -F'/' '{print $6}') KERNEL=$(echo ${FTP_DIR} | sed 's/v//') @@ -1527,14 +1526,10 @@ check_distro () { trusty|trusty-armhf) DIST="trusty" ;; - wheezy-armel) + wheezy|wheezy-armhf) DIST="wheezy" - ARCH="armel" ;; - wheezy-armhf) - DIST="wheezy" - ;; - jessie-armhf) + jessie|jessie-armhf) DIST="jessie" ;; *) @@ -1546,7 +1541,6 @@ check_distro () { ----------------------------- --distro Debian: - wheezy-armel wheezy-armhf (armv7-a) jessie-armhf (armv7-a) (alpha) Ubuntu: @@ -1596,7 +1590,6 @@ usage () { Optional: --distro Debian: - wheezy-armel (ARM9+) wheezy-armhf (Cortex-A+) jessie-armhf (Cortex-A+) (alpha) Ubuntu: