mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
ia64 uses -ia64-generic kernels across the board now.
This commit is contained in:
parent
d64443bdff
commit
ddbb4ddef5
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,6 @@
|
|||||||
livecd-rootfs (0.81) UNRELEASED; urgency=low
|
livecd-rootfs (0.81) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* linux-mckinley no longer exists on ia64.
|
* ia64 uses -ia64-generic kernels across the board now.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 24 Apr 2009 17:23:55 +0100
|
-- Colin Watson <cjwatson@ubuntu.com> Fri, 24 Apr 2009 17:23:55 +0100
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ link_in_boot = $link_in_boot
|
|||||||
|
|
||||||
# and the bastard stepchildren
|
# and the bastard stepchildren
|
||||||
lpia) LIST="$LIST linux-lpia";;
|
lpia) LIST="$LIST linux-lpia";;
|
||||||
ia64) LIST="$LIST linux-itanium";;
|
ia64) LIST="$LIST linux-ia64-generic";;
|
||||||
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
||||||
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
||||||
sparc*) LIST="$LIST linux-sparc64";;
|
sparc*) LIST="$LIST linux-sparc64";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user