mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-05 23:21:34 +00:00
[r=cjwatson] 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.
This commit is contained in:
commit
496a1d2d8e
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,6 +2,9 @@ livecd-rootfs (2.248) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure
|
* live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure
|
||||||
resolv.conf for Ubuntu Core.
|
resolv.conf for Ubuntu Core.
|
||||||
|
* 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:33:45 +0100
|
-- James Hunt <james.hunt@ubuntu.com> Fri, 26 Sep 2014 15:33:45 +0100
|
||||||
|
|
||||||
|
7
live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot
Executable file
7
live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot
Executable file
@ -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…
x
Reference in New Issue
Block a user