live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot:

Configure system-image-cli's client.ini for Ubuntu Core. This can be
dropped once bug 1373467 is fixed.
ubuntu/yakkety
James Hunt 10 years ago
parent 372216dfa0
commit b38f657edc

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.247) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot:
Configure system-image-cli's client.ini for Ubuntu Core. This can be
dropped once bug 1373467 is fixed.
-- James Hunt <james.hunt@ubuntu.com> Fri, 26 Sep 2014 15:49:12 +0100
livecd-rootfs (2.246) utopic; urgency=medium livecd-rootfs (2.246) utopic; urgency=medium
* live-build/auto/config: Use ubuntukylin-live task for ubuntukylin, not * live-build/auto/config: Use ubuntukylin-live task for ubuntukylin, not

@ -0,0 +1,7 @@
#!/bin/sh -x
# Change default cache partition (until LP: #1373467 is fixed).
if [ -f /etc/system-image/client.ini ]; then
sed -ie 's!cache_partition: /android/cache/recovery!cache_partition: /userdata/cache!g' \
/etc/system-image/client.ini
fi
Loading…
Cancel
Save