mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-08 16:41:35 +00:00
Import patches-unapplied version 2.18 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: 5f2fbb762b0a7bcc03fb192583a366384d042513 New changelog entries: * export LB_LINUX_FLAVOURS="none" in auto/clean, so the clean routine doesn't bomb out with no kernels selected. This almost certainly needs fixing in live-build, but works here for now
This commit is contained in:
parent
5f2fbb762b
commit
5f40039fe4
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.18) oneiric; urgency=low
|
||||||
|
|
||||||
|
* export LB_LINUX_FLAVOURS="none" in auto/clean, so the clean
|
||||||
|
routine doesn't bomb out with no kernels selected. This almost
|
||||||
|
certainly needs fixing in live-build, but works here for now
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Fri, 15 Jul 2011 18:21:28 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.17) oneiric; urgency=low
|
livecd-rootfs (2.17) oneiric; urgency=low
|
||||||
|
|
||||||
* Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set.
|
* Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
export LB_LINUX_FLAVOURS="none"
|
||||||
lb clean noauto "$@"
|
lb clean noauto "$@"
|
||||||
|
|
||||||
rm -rf config
|
rm -rf config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user