mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +00:00
Import patches-unapplied version 2.291 to ubuntu/vivid-proposed
Imported using git-ubuntu import. Changelog parent: d43f1aeb9c4becad068fdd3e57739dc0ec26f63f New changelog entries: [ Michael Vogt ] * do not leave some packages in ^rc state on snappy/ubuntu-core (LP: #1428115). Thanks to Daniel Holbach [ 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.
This commit is contained in:
parent
d43f1aeb9c
commit
04b6ca0a8a
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
|||||||
|
livecd-rootfs (2.291) vivid; urgency=low
|
||||||
|
|
||||||
|
[ Michael Vogt ]
|
||||||
|
* do not leave some packages in ^rc state on snappy/ubuntu-core
|
||||||
|
(LP: #1428115). Thanks to Daniel Holbach
|
||||||
|
|
||||||
|
[ 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
|
||||||
|
|
||||||
* touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
|
* touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# we want a really minimal image
|
# we want a really minimal image
|
||||||
apt-get remove -y locales
|
apt-get purge -y locales
|
||||||
|
|
||||||
# this will also get rid of libqt5 - this can be removed once
|
# this will also get rid of libqt5 - this can be removed once
|
||||||
# system-image-cli in vivid does no longer depend on
|
# system-image-cli in vivid does no longer depend on
|
||||||
# ubuntu-download-manager
|
# ubuntu-download-manager
|
||||||
apt-get remove -y libicu52
|
apt-get purge -y libicu52
|
||||||
|
@ -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