diff --git a/debian/changelog b/debian/changelog index d67e0402..605dde2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,17 @@ livecd-rootfs (2.291) UNRELEASED; urgency=low + [ Michael Vogt ] * do not leave some packages in ^rc state on snappy/ubuntu-core (LP: #1428115). Thanks to Daniel Holbach - -- Michael Vogt Wed, 04 Mar 2015 16:24:28 +0100 + [ Oliver Grawert ] + * put FLASH_KERNEL_SKIP=true into /etc/environment on phones, this will + prevent the systems from trying to flash an updated initrd automatically + in case you call update-initramfs or install your own kernel package on a + nexus device where this is supported, please call flash-kernel manually + after unsetting the variable in your work environment. + + -- Oliver Grawert Fri, 06 Mar 2015 21:14:11 +0100 livecd-rootfs (2.290) vivid; urgency=medium diff --git a/live-build/ubuntu-touch/hooks/48-setup-env.chroot b/live-build/ubuntu-touch/hooks/48-setup-env.chroot index bdd5f87f..258d83a2 100755 --- a/live-build/ubuntu-touch/hooks/48-setup-env.chroot +++ b/live-build/ubuntu-touch/hooks/48-setup-env.chroot @@ -21,4 +21,5 @@ ANDROID_ROOT=/system EXTERNAL_STORAGE=/mnt/sdcard LANG=en_US.UTF-8 LANGUAGE=en_US:en +FLASH_KERNEL_SKIP=true QT_IM_MODULE=maliitphablet" > /etc/environment