livecd-rootfs/live-build/ubuntu-desktop-next/hooks/07-configure-system-image-client.chroot
Sebastien Bacher c50bcc7160 Revert symlink changes, that creates build issues, copy updated hook
to the desktop-next directory instead
2015-06-10 11:25:53 +02:00

8 lines
249 B
Bash
Executable File

#!/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