live-build/ubuntu-touch/hooks/03-etc-writable.chroot: Add /etc/machine-info to /etc/writable, which allows user to change the bluetooth device name by setting PRETTY_HOSTNAME

ubuntu/trusty
Chris Wayne 11 years ago
parent 1491503c7d
commit 03764235e8

@ -4,7 +4,7 @@ set -x
mkdir -p /etc/writable
for f in timezone localtime; do
for f in timezone localtime machine-info; do
if [ -e /etc/$f ]; then
echo "I: Moving /etc/$f to /etc/writable/"
mv /etc/$f /etc/writable/$f

Loading…
Cancel
Save