From d64443bdff618939d320af7a6cdd316a2a82e34d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 24 Apr 2009 17:24:15 +0100 Subject: [PATCH] linux-mckinley no longer exists on ia64. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c12d1ece..1fdbbd6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.81) UNRELEASED; urgency=low + + * linux-mckinley no longer exists on ia64. + + -- Colin Watson Fri, 24 Apr 2009 17:23:55 +0100 + livecd-rootfs (0.80) jaunty; urgency=low * Add standard^ to UNR. diff --git a/livecd.sh b/livecd.sh index 32289b82..2f829e3f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -319,7 +319,7 @@ link_in_boot = $link_in_boot # and the bastard stepchildren lpia) LIST="$LIST linux-lpia";; - ia64) LIST="$LIST linux-itanium linux-mckinley";; + ia64) LIST="$LIST linux-itanium";; hppa) LIST="$LIST linux-hppa32 linux-hppa64";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; sparc*) LIST="$LIST linux-sparc64";;