mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 2.167 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 8212680ba0234a757167aa148d9c762cf0027281 New changelog entries: * make sure FLASH_KERNEL_SKIP is set when we post-process touch images
This commit is contained in:
parent
8212680ba0
commit
c7b535e66e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.167) saucy; 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
|
||||
|
||||
* 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"
|
||||
|
||||
export FLASH_KERNEL_SKIP=True
|
||||
|
||||
lb chroot_proc install "$@"
|
||||
lb chroot_sysfs install "$@"
|
||||
lb chroot_devpts install "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user