mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
make sure FLASH_KERNEL_SKIP is set when we post-process touch images
This commit is contained in:
parent
f906e0211b
commit
47d569d8bc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.167) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure FLASH_KERNEL_SKIP is set when we post-process touch images
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Wed, 31 Jul 2013 13:33:53 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.166) saucy; urgency=low
|
livecd-rootfs (2.166) saucy; urgency=low
|
||||||
|
|
||||||
* add radio user (with UID 1001 (required by android)) to the default user
|
* add radio user (with UID 1001 (required by android)) to the default user
|
||||||
|
@ -414,6 +414,8 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
|
|
||||||
sourceslist="chroot/etc/apt/sources.list"
|
sourceslist="chroot/etc/apt/sources.list"
|
||||||
|
|
||||||
|
export FLASH_KERNEL_SKIP=True
|
||||||
|
|
||||||
lb chroot_proc install "$@"
|
lb chroot_proc install "$@"
|
||||||
lb chroot_sysfs install "$@"
|
lb chroot_sysfs install "$@"
|
||||||
lb chroot_devpts install "$@"
|
lb chroot_devpts install "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user