Oliver Grawert 04b6ca0a8a 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.
2015-03-06 20:33:34 +00:00

26 lines
636 B
Bash
Executable File

#!/bin/bash
echo "I: setting up initial environment for Touch..."
echo "HOSTNAME=android
TERM=linux
ANDROID_CACHE=/cache
LOOP_MOUNTPOINT=/mnt/obb
ASEC_MOUNTPOINT=/mnt/asec
ANDROID_PROPERTY_WORKSPACE=8,49152
ANDROID_ASSETS=/system/app
ANDROID_BOOTLOGO=1
LD_LIBRARY_PATH=/vendor/lib:/system/lib
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ANDROID_DATA=/data
QML2_IMPORT_PATH=/usr/lib/@DEB_HOST_MULTIARCH@/qt5/imports
QT_SELECT=qt5
SHLVL=1
MKSH=/system/bin/sh
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