distro: drop precise-armel (no kernel/boards are useing it)

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 86349ed20e
commit 8f777e5bf9

@ -32,7 +32,6 @@ Optional:
wheezy-armhf <beta: may fail during install> (armv7-a)
Ubuntu:
oneiric (11.10 - End Of Life: April 2013) (armv7-a)
precise-armel (12.04) (armv7-a)
precise-armhf (12.04) (armv7-a)
quantal (12.10) (armv7-a)
raring (13.04) (armv7-a) <BROKEN SEE: https://bugs.launchpad.net/bugs/1161912>

@ -11,15 +11,6 @@ oneiric-armel-netboot)
BASE_IMAGE="linaro-vexpress/netboot"
NETINSTALL="initrd.gz"
;;
precise-armel-netboot)
#23-Apr-2012
#http://ports.ubuntu.com/dists/precise/main/installer-armel/
NETIMAGE="20101020ubuntu136"
TEST_MD5SUM="8e1f3d4a0df6bcf816f516e2226ba7f3"
HTTP_IMAGE="http://ports.ubuntu.com/ubuntu-ports/dists"
BASE_IMAGE="linaro-vexpress/netboot"
NETINSTALL="initrd.gz"
;;
precise-armhf-netboot)
#23-Apr-2012
#http://ports.ubuntu.com/dists/precise/main/installer-armhf/

@ -1722,10 +1722,7 @@ function check_distro {
oneiric)
DIST="oneiric"
;;
precise-armel)
DIST="precise"
;;
precise-armhf)
precise|precise-armhf)
DIST="precise"
ARCH="armhf"
;;
@ -1773,7 +1770,6 @@ function check_distro {
wheezy-armhf <beta: may fail during install> (armv7-a)
Ubuntu:
oneiric (11.10 - End Of Life: April 2013) (armv7-a)
precise-armel (12.04) (armv7-a)
precise-armhf (12.04) (armv7-a)
quantal (12.10) (armv7-a)
raring (13.04) (armv7-a) <BROKEN SEE: https://bugs.launchpad.net/bugs/1161912>
@ -1817,7 +1813,6 @@ function usage {
wheezy-armhf <beta: may fail during install> (armv7-a)
Ubuntu:
oneiric (11.10 - End Of Life: April 2013) (armv7-a)
precise-armel (12.04) (armv7-a)
precise-armhf (12.04) (armv7-a)
quantal (12.10) (armv7-a)
raring (13.04) (armv7-a) <BROKEN SEE: https://bugs.launchpad.net/bugs/1161912>

Loading…
Cancel
Save