* All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels

now.
ubuntu/precise
Colin Watson 17 years ago
parent 6306f64f3b
commit 8407fae7d9

7
debian/changelog vendored

@ -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 <cjwatson@ubuntu.com> 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.

@ -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

Loading…
Cancel
Save