Import patches-unapplied version 0.78 to ubuntu/jaunty

Imported using git-ubuntu import.

Changelog parent: 78ebac14278f43a557131b3ab1d4b59ba4372e70

New changelog entries:
  * Use the imx51 kernel on armel.
This commit is contained in:
Steve Kowalik 2009-03-23 09:49:30 +11:00 committed by usd-importer
parent 78ebac1427
commit c8de22c566
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (0.78) jaunty; urgency=low
* Use the imx51 kernel on armel.
-- Steve Kowalik <stevenk@ubuntu.com> Mon, 23 Mar 2009 09:49:30 +1100
livecd-rootfs (0.77) jaunty; urgency=low
* Remove the D-Bus machine identifier from the livefs; it needs to be

View File

@ -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) ;; # no kernel for now
armel) LIST="$LIST linux-imx51 linux-headers-imx51";;
*) echo "Unknown architecture: no kernel."; exit 1;;
esac