* Use linux-cell rather than linux-ps3.

ubuntu/precise
Colin Watson 17 years ago
parent 7be5e1fe86
commit d131419ad1

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.35) UNRELEASED; urgency=low
* Use linux-cell rather than linux-ps3.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 25 Sep 2007 12:35:53 +0100
livecd-rootfs (0.34) gutsy; urgency=low livecd-rootfs (0.34) gutsy; urgency=low
* Rearrange lpia mirror selection hacks to work properly; FS isn't set * Rearrange lpia mirror selection hacks to work properly; FS isn't set

@ -277,7 +277,7 @@ link_in_boot = $link_in_boot
esac;; esac;;
powerpc) powerpc)
case $SUBARCH in case $SUBARCH in
ps3) LIST="$LIST linux-ps3";; ps3) LIST="$LIST linux-cell";;
*) LIST="$LIST linux-powerpc linux-powerpc64-smp";; *) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
esac;; esac;;

Loading…
Cancel
Save