mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-14 04:41:15 +00:00
Import patches-unapplied version 2.194 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 553526f375ecdc590c6f86b8c1fe93602c188315 New changelog entries: * prefix click packages in the manifest file with "click:" * drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh) * add click packages to the manifest output on ubuntu touch
This commit is contained in:
parent
553526f375
commit
eaa83595ef
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,21 @@
|
||||
livecd-rootfs (2.194) saucy; urgency=low
|
||||
|
||||
* prefix click packages in the manifest file with "click:"
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 18:14:02 +0200
|
||||
|
||||
livecd-rootfs (2.193) saucy; urgency=low
|
||||
|
||||
* drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 17:30:21 +0200
|
||||
|
||||
livecd-rootfs (2.192) saucy; urgency=low
|
||||
|
||||
* add click packages to the manifest output on ubuntu touch
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 14:29:41 +0200
|
||||
|
||||
livecd-rootfs (2.191) saucy; urgency=low
|
||||
|
||||
* ubuntu-touch: Make writable symlinks relative.
|
||||
|
@ -418,6 +418,12 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
||||
lb chroot_sysfs install "$@"
|
||||
lb chroot_devpts install "$@"
|
||||
|
||||
if [ -e "$PREFIX.manifest" ]; then
|
||||
for line in read; do
|
||||
echo "click:$line" >>"$PREFIX.manifest"
|
||||
done <"$(Chroot chroot "click list")"
|
||||
fi
|
||||
|
||||
if [ -e chroot/etc/resolv.conf ]; then
|
||||
mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig
|
||||
fi
|
||||
|
@ -3,7 +3,6 @@
|
||||
echo "I: setting up initial environment for Touch..."
|
||||
|
||||
echo "HOSTNAME=android
|
||||
SHELL=/system/bin/sh
|
||||
TERM=linux
|
||||
ANDROID_CACHE=/cache
|
||||
LOOP_MOUNTPOINT=/mnt/obb
|
||||
|
Loading…
x
Reference in New Issue
Block a user