mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 13:57:08 +00:00
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.
This commit is contained in:
parent
9dd1801b94
commit
a8ea2627cf
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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 <lool@dooz.org> Mon, 11 May 2009 09:53:39 +0200
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user