From d3c2baf9972c3a253d9dc1066d3c7f991eb000ba Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 2 Jul 2010 09:42:47 +0200 Subject: [PATCH] add support for omap4 subarch and images --- debian/changelog | 6 ++++++ livecd.sh | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59dde0e4..1688cedf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.131) UNRELEASED; urgency=low + + * add support for omap4 images + + -- Oliver Grawert Fri, 02 Jul 2010 09:41:55 +0200 + livecd-rootfs (1.130) maverick; urgency=low * Revert to version 1.127: we do want the subarch in the filename so these diff --git a/livecd.sh b/livecd.sh index 9e8030e0..433bf49c 100755 --- a/livecd.sh +++ b/livecd.sh @@ -398,6 +398,10 @@ link_in_boot = $link_in_boot LIST="$LIST linux-omap" STRIP_VMLINUZ=no ;; + omap4) + LIST="$LIST linux-omap4" + STRIP_VMLINUZ=no + ;; esac;; *) echo "Unknown architecture: no kernel."; exit 1;; esac