From 8407fae7d907931fecb6910c5cb30bf635519a98 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 27 Feb 2008 20:19:05 +0000 Subject: [PATCH] * All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels now. --- debian/changelog | 7 +++++++ livecd.sh | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55310caa..15284413 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.55) UNRELEASED; urgency=low + + * All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels + now. + + -- Colin Watson Wed, 27 Feb 2008 20:18:27 +0000 + livecd-rootfs (0.54) hardy; urgency=low * Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate. diff --git a/livecd.sh b/livecd.sh index d7622bff..2db2b45e 100755 --- a/livecd.sh +++ b/livecd.sh @@ -296,15 +296,11 @@ link_in_boot = $link_in_boot ubuntu-lpia) LIST="$LIST linux-lpia";; *) LIST="$LIST linux-generic";; esac;; - powerpc) - case $SUBARCH in - ps3) LIST="$LIST linux-cell";; - *) LIST="$LIST linux-powerpc linux-powerpc64-smp";; - esac;; # and the bastard stepchildren ia64) LIST="$LIST linux-itanium linux-mckinley";; hppa) LIST="$LIST linux-hppa32 linux-hppa64";; + powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; sparc*) LIST="$LIST linux-sparc64";; *) echo "Unknown architecture: no kernel."; exit 1;; esac