Allow kernel-less builds for armel for now (see

https://wiki.ubuntu.com/Specs/ARMImageSelection).
ubuntu/precise
Colin Watson 16 years ago
parent 994992a9d6
commit d1b823a22e

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.76) UNRELEASED; urgency=low
* Allow kernel-less builds for armel for now (see
https://wiki.ubuntu.com/Specs/ARMImageSelection).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 20 Jan 2009 23:38:58 +0000
livecd-rootfs (0.75) jaunty; urgency=low livecd-rootfs (0.75) jaunty; urgency=low
[ Steve Langasek ] [ Steve Langasek ]

@ -323,6 +323,7 @@ link_in_boot = $link_in_boot
hppa) LIST="$LIST linux-hppa32 linux-hppa64";; hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
sparc*) LIST="$LIST linux-sparc64";; sparc*) LIST="$LIST linux-sparc64";;
armel) ;; # no kernel for now
*) echo "Unknown architecture: no kernel."; exit 1;; *) echo "Unknown architecture: no kernel."; exit 1;;
esac esac

Loading…
Cancel
Save