mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 17:21:55 +00:00
Import patches-unapplied version 2.17 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: 648f92a9a6f8896723fa75c5d754907e8693f1f5 New changelog entries: * Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set.
This commit is contained in:
parent
648f92a9a6
commit
5f2fbb762b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.17) oneiric; urgency=low
|
||||
|
||||
* Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set.
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Fri, 15 Jul 2011 14:55:13 -0600
|
||||
|
||||
livecd-rootfs (2.16) oneiric; urgency=low
|
||||
|
||||
* Add support for building new "ubuntu-core" rootfs tarballs:
|
||||
|
@ -171,7 +171,7 @@ esac
|
||||
|
||||
case $ARCH in
|
||||
armel)
|
||||
KERNEL_FLAVOURS="$SUBARCH"
|
||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||
case $SUBARCH in
|
||||
dove)
|
||||
BINARY_REMOVE_LINUX=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user