~ubuntu-core-dev/livecd-rootfs/bionic-proposed

« back to all changes in this revision

Viewing changes to live-build/ubuntu-core/hooks/07-configure-system-image-client.chroot

  • Committer: Balint Reczey
  • Date: 2019-01-31 08:14:49 UTC
  • Revision ID: balint.reczey@canonical.com-20190131081449-n8ne0p9wd90j5cle
Moved to git at https://git.launchpad.net/livecd-rootfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -x
2
 
 
3
 
# Change default cache partition (until LP: #1373467 is fixed).
4
 
if [ -f /etc/system-image/client.ini ]; then
5
 
        sed -ie 's!cache_partition: /android/cache/recovery!cache_partition: /userdata/cache!g' \
6
 
                        /etc/system-image/client.ini
7
 
fi