From 09576cc9e4a834cda5d484e629d242f967f04e0f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 9 Sep 2008 09:21:10 +1000 Subject: [PATCH] Import patches-unapplied version 0.65 to ubuntu/intrepid Imported using git-ubuntu import. Changelog parent: aa5f49d92c6b3f443148c644d3814b1a4d997d45 New changelog entries: * Fiddle the kernel name for lpia. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a426a68..e7c8d0bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.65) intrepid; urgency=low + + * Fiddle the kernel name for lpia. + + -- Steve Kowalik Tue, 09 Sep 2008 09:21:10 +1000 + livecd-rootfs (0.64) intrepid; urgency=low * Add support for building Ubuntu MID images. diff --git a/livecd.sh b/livecd.sh index 33b0ba62..92f3d44d 100755 --- a/livecd.sh +++ b/livecd.sh @@ -301,7 +301,7 @@ link_in_boot = $link_in_boot i386) LIST="$LIST linux-generic";; # and the bastard stepchildren - lpia) LIST="$LIST linux-image-2.6.26-1-lpia";; + lpia) LIST="$LIST linux-image-2.6.27-2-lpia";; ia64) LIST="$LIST linux-itanium linux-mckinley";; hppa) LIST="$LIST linux-hppa32 linux-hppa64";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;