mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
dirty hack to make clean work with no default kernels, release 2.18
This commit is contained in:
parent
33db4c5420
commit
6cc16c830e
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