From d1b823a22ef162ad6c7d080606378930a92aaed8 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 20 Jan 2009 23:39:49 +0000 Subject: [PATCH] Allow kernel-less builds for armel for now (see https://wiki.ubuntu.com/Specs/ARMImageSelection). --- debian/changelog | 7 +++++++ livecd.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 94a06797..6fc42b1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 20 Jan 2009 23:38:58 +0000 + livecd-rootfs (0.75) jaunty; urgency=low [ Steve Langasek ] diff --git a/livecd.sh b/livecd.sh index fd33148c..28b2a43e 100755 --- a/livecd.sh +++ b/livecd.sh @@ -323,6 +323,7 @@ link_in_boot = $link_in_boot hppa) LIST="$LIST linux-hppa32 linux-hppa64";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; sparc*) LIST="$LIST linux-sparc64";; + armel) ;; # no kernel for now *) echo "Unknown architecture: no kernel."; exit 1;; esac