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

This commit is contained in:
Chris Wayne 2014-01-06 12:06:39 -05:00
parent 1491503c7d
commit 03764235e8

View File

@ -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