mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Import patches-unapplied version 0.81 to ubuntu/karmic
Imported using git-ubuntu import. Changelog parent: 6da764e607b666564633bde870cccbd9fdfe14dd New changelog entries: * ia64 uses -ia64 kernels across the board now. * BuildLiveCD: default to karmic.
This commit is contained in:
parent
6da764e607
commit
812f9e7818
@ -27,7 +27,7 @@ fi
|
|||||||
ARCH=$(dpkg --print-installation-architecture)
|
ARCH=$(dpkg --print-installation-architecture)
|
||||||
SUBARCH=""
|
SUBARCH=""
|
||||||
SUBARCHARG=""
|
SUBARCHARG=""
|
||||||
DEFAULTSUITE="jaunty"
|
DEFAULTSUITE="karmic"
|
||||||
NEWSUITE=""
|
NEWSUITE=""
|
||||||
SUITES=""
|
SUITES=""
|
||||||
PROPOSED=""
|
PROPOSED=""
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (0.81) karmic; urgency=low
|
||||||
|
|
||||||
|
* ia64 uses -ia64 kernels across the board now.
|
||||||
|
* BuildLiveCD: default to karmic.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Sat, 09 May 2009 00:34:38 +0100
|
||||||
|
|
||||||
livecd-rootfs (0.80) jaunty; urgency=low
|
livecd-rootfs (0.80) jaunty; urgency=low
|
||||||
|
|
||||||
* Add standard^ to UNR.
|
* Add standard^ to UNR.
|
||||||
|
@ -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 linux-mckinley";;
|
ia64) LIST="$LIST linux-ia64";;
|
||||||
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