mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 09:02:11 +00:00
put FLASH_KERNEL_SKIP=true into /etc/environment on phones
This commit is contained in:
parent
685606051e
commit
a2b1b4f071
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,9 +1,17 @@
|
|||||||
livecd-rootfs (2.291) UNRELEASED; urgency=low
|
livecd-rootfs (2.291) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Michael Vogt ]
|
||||||
* do not leave some packages in ^rc state on snappy/ubuntu-core
|
* do not leave some packages in ^rc state on snappy/ubuntu-core
|
||||||
(LP: #1428115). Thanks to Daniel Holbach
|
(LP: #1428115). Thanks to Daniel Holbach
|
||||||
|
|
||||||
-- Michael Vogt <michael.vogt@ubuntu.com> 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 <ogra@ubuntu.com> Fri, 06 Mar 2015 21:14:11 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.290) vivid; urgency=medium
|
livecd-rootfs (2.290) vivid; urgency=medium
|
||||||
|
|
||||||
|
@ -21,4 +21,5 @@ ANDROID_ROOT=/system
|
|||||||
EXTERNAL_STORAGE=/mnt/sdcard
|
EXTERNAL_STORAGE=/mnt/sdcard
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
LANGUAGE=en_US:en
|
LANGUAGE=en_US:en
|
||||||
|
FLASH_KERNEL_SKIP=true
|
||||||
QT_IM_MODULE=maliitphablet" > /etc/environment
|
QT_IM_MODULE=maliitphablet" > /etc/environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user