From f9f0faaacc8579e48beb08d7ed6269d7ff1cca40 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 20 Jan 2009 23:39:56 +0000 Subject: [PATCH] Import patches-unapplied version 0.76 to ubuntu/jaunty Imported using git-ubuntu import. Changelog parent: 8da53945dd30bc5afd6b8bbfb77d8ee5cdbcdfc1 New changelog entries: * 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..2123f6a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.76) jaunty; urgency=low + + * Allow kernel-less builds for armel for now (see + https://wiki.ubuntu.com/Specs/ARMImageSelection). + + -- Colin Watson Tue, 20 Jan 2009 23:39:56 +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