deb: dropping armel, i dont have any testers setup for this anymore

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent bb6161c347
commit 11cab85f2c

@ -65,7 +65,6 @@ Required Options:
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armel
wheezy-armhf <default> (armv7-a) wheezy-armhf <default> (armv7-a)
Ubuntu: Ubuntu:
oneiric (11.10) (armv7-a) (EOL: May 2013) oneiric (11.10) (armv7-a) (EOL: May 2013)

@ -31,7 +31,6 @@ Required Options:
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armel (ARM9+)
wheezy-armhf <default> (Cortex-A+) wheezy-armhf <default> (Cortex-A+)
jessie-armhf (Cortex-A+) (alpha) jessie-armhf (Cortex-A+) (alpha)
Ubuntu: Ubuntu:

@ -51,15 +51,6 @@ trusty-armhf-netboot)
BASE_IMAGE="generic/netboot" BASE_IMAGE="generic/netboot"
NETINSTALL="initrd.gz" 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) wheezy-armhf-netboot)
#24-Apr-2014 #24-Apr-2014
#http://ftp.us.debian.org/debian/dists/wheezy/main/installer-armhf/ #http://ftp.us.debian.org/debian/dists/wheezy/main/installer-armhf/

@ -193,7 +193,6 @@ dl_kernel_image () {
FTP_DIR=$(cat ${TEMPDIR}/dl/LATEST-${kernel_subarch} | grep "ABI:1 ${kernel_repo}" | awk '{print $3}') 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}') FTP_DIR=$(echo ${FTP_DIR} | awk -F'/' '{print $6}')
KERNEL=$(echo ${FTP_DIR} | sed 's/v//') KERNEL=$(echo ${FTP_DIR} | sed 's/v//')
@ -1527,14 +1526,10 @@ check_distro () {
trusty|trusty-armhf) trusty|trusty-armhf)
DIST="trusty" DIST="trusty"
;; ;;
wheezy-armel) wheezy|wheezy-armhf)
DIST="wheezy" DIST="wheezy"
ARCH="armel"
;; ;;
wheezy-armhf) jessie|jessie-armhf)
DIST="wheezy"
;;
jessie-armhf)
DIST="jessie" DIST="jessie"
;; ;;
*) *)
@ -1546,7 +1541,6 @@ check_distro () {
----------------------------- -----------------------------
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armel
wheezy-armhf <default> (armv7-a) wheezy-armhf <default> (armv7-a)
jessie-armhf (armv7-a) (alpha) jessie-armhf (armv7-a) (alpha)
Ubuntu: Ubuntu:
@ -1596,7 +1590,6 @@ usage () {
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armel (ARM9+)
wheezy-armhf <default> (Cortex-A+) wheezy-armhf <default> (Cortex-A+)
jessie-armhf (Cortex-A+) (alpha) jessie-armhf (Cortex-A+) (alpha)
Ubuntu: Ubuntu:

Loading…
Cancel
Save