From a8ea2627cfe43fe10b470e0b83bd8ddef12ff3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Tue, 12 May 2009 16:22:29 +0200 Subject: [PATCH] Don't explicitely install linux-headers-imx51 on armel; all other arches get around this requirement by explicitely seeding the headers in desktop-common which we do as well. --- debian/changelog | 3 +++ livecd.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e8311fd..79f5ac23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ livecd-rootfs (0.82) UNRELEASED; urgency=low on lsb-release. * Use dpkg --print-architecture as --print-installation-architecture is deprecated. + * Don't explicitely install linux-headers-imx51 on armel; all other arches + get around this requirement by explicitely seeding the headers in + desktop-common which we do as well. -- Loic Minier Mon, 11 May 2009 09:53:39 +0200 diff --git a/livecd.sh b/livecd.sh index fa0bb29c..bf0fc7c5 100755 --- a/livecd.sh +++ b/livecd.sh @@ -323,7 +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) LIST="$LIST linux-imx51 linux-headers-imx51";; + armel) LIST="$LIST linux-imx51";; *) echo "Unknown architecture: no kernel."; exit 1;; esac