Merge lp:~jamesodhunt/livecd-rootfs/ubuntu-core-configure-system-image-client.ini into lp:livecd-rootfs

Proposed by James Hunt
Status: Merged
Merged at revision: 968
Proposed branch: lp:~jamesodhunt/livecd-rootfs/ubuntu-core-configure-system-image-client.ini
Merge into: lp:livecd-rootfs
Diff against target: 27 lines (+15/-0)
2 files modified
debian/changelog (+8/-0)
live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot (+7/-0)
To merge this branch: bzr merge lp:~jamesodhunt/livecd-rootfs/ubuntu-core-configure-system-image-client.ini
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+236138@code.launchpad.net

Description of the change

* 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.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-09-24 10:00:39 +0000
3+++ debian/changelog 2014-09-26 14:52:27 +0000
4@@ -1,3 +1,11 @@
5+livecd-rootfs (2.247) UNRELEASED; urgency=medium
6+
7+ * live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot:
8+ Configure system-image-cli's client.ini for Ubuntu Core. This can be
9+ dropped once bug 1373467 is fixed.
10+
11+ -- James Hunt <james.hunt@ubuntu.com> Fri, 26 Sep 2014 15:49:12 +0100
12+
13 livecd-rootfs (2.246) utopic; urgency=medium
14
15 * live-build/auto/config: Use ubuntukylin-live task for ubuntukylin, not
16
17=== added file 'live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot'
18--- live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot 1970-01-01 00:00:00 +0000
19+++ live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot 2014-09-26 14:52:27 +0000
20@@ -0,0 +1,7 @@
21+#!/bin/sh -x
22+
23+# Change default cache partition (until LP: #1373467 is fixed).
24+if [ -f /etc/system-image/client.ini ]; then
25+ sed -ie 's!cache_partition: /android/cache/recovery!cache_partition: /userdata/cache!g' \
26+ /etc/system-image/client.ini
27+fi

Subscribers

People subscribed via source and target branches