From d131419ad1dbca72505e901ffd1e01a50a793ec4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 25 Sep 2007 12:36:11 +0100 Subject: [PATCH] * Use linux-cell rather than linux-ps3. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 958010bf..6c38f78e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.35) UNRELEASED; urgency=low + + * Use linux-cell rather than linux-ps3. + + -- Colin Watson Tue, 25 Sep 2007 12:35:53 +0100 + livecd-rootfs (0.34) gutsy; urgency=low * Rearrange lpia mirror selection hacks to work properly; FS isn't set diff --git a/livecd.sh b/livecd.sh index 3e0d1678..419de831 100755 --- a/livecd.sh +++ b/livecd.sh @@ -277,7 +277,7 @@ link_in_boot = $link_in_boot esac;; powerpc) case $SUBARCH in - ps3) LIST="$LIST linux-ps3";; + ps3) LIST="$LIST linux-cell";; *) LIST="$LIST linux-powerpc linux-powerpc64-smp";; esac;;