Configure system-image-cli's client.ini for Ubuntu Core. This can be dropped once bug 1373467 is fixed.ubuntu/yakkety
parent
372216dfa0
commit
b38f657edc
@ -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…
Reference in new issue