live-build/ubuntu-touch/hooks/03-etc-writable.chroot: Add hostname to the list of writable files

ubuntu/trusty
Chris Wayne 11 years ago
parent 03764235e8
commit 2cc7d04ffd

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

Loading…
Cancel
Save