From 08884a1a5cc2b316b54dbaba1f06db0464b9421a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 9 May 2009 00:34:33 +0100 Subject: [PATCH] ia64-generic -> ia64 --- debian/changelog | 2 +- livecd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c4018433..d876767b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ livecd-rootfs (0.81) UNRELEASED; urgency=low - * ia64 uses -ia64-generic kernels across the board now. + * ia64 uses -ia64 kernels across the board now. * BuildLiveCD: default to karmic. -- Colin Watson Fri, 24 Apr 2009 17:23:55 +0100 diff --git a/livecd.sh b/livecd.sh index 70fde21a..db1fbf06 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-ia64-generic";; + ia64) LIST="$LIST linux-ia64";; hppa) LIST="$LIST linux-hppa32 linux-hppa64";; powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; sparc*) LIST="$LIST linux-sparc64";;