mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
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:
parent
372216dfa0
commit
b38f657edc
8
debian/changelog
vendored
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
|
||||||
|
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