mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 19:41:28 +00:00
* All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels
now.
This commit is contained in:
parent
6306f64f3b
commit
8407fae7d9
7
debian/changelog
vendored
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
|
livecd-rootfs (0.54) hardy; urgency=low
|
||||||
|
|
||||||
* Run /etc/cron.daily/mlocate rather than /etc/cron.daily/slocate.
|
* 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";;
|
ubuntu-lpia) LIST="$LIST linux-lpia";;
|
||||||
*) LIST="$LIST linux-generic";;
|
*) LIST="$LIST linux-generic";;
|
||||||
esac;;
|
esac;;
|
||||||
powerpc)
|
|
||||||
case $SUBARCH in
|
|
||||||
ps3) LIST="$LIST linux-cell";;
|
|
||||||
*) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
|
||||||
esac;;
|
|
||||||
|
|
||||||
# and the bastard stepchildren
|
# and the bastard stepchildren
|
||||||
ia64) LIST="$LIST linux-itanium linux-mckinley";;
|
ia64) LIST="$LIST linux-itanium linux-mckinley";;
|
||||||
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
||||||
|
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
||||||
sparc*) LIST="$LIST linux-sparc64";;
|
sparc*) LIST="$LIST linux-sparc64";;
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user