From 2cc7d04ffd2553e2f143272729e6a5b9b4b13254 Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 13 Jan 2014 23:55:13 -0500 Subject: [PATCH] live-build/ubuntu-touch/hooks/03-etc-writable.chroot: Add hostname to the list of writable files --- live-build/ubuntu-touch/hooks/03-etc-writable.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-touch/hooks/03-etc-writable.chroot b/live-build/ubuntu-touch/hooks/03-etc-writable.chroot index 7c854a81..f0a14f3f 100755 --- a/live-build/ubuntu-touch/hooks/03-etc-writable.chroot +++ b/live-build/ubuntu-touch/hooks/03-etc-writable.chroot @@ -4,7 +4,7 @@ set -x 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 echo "I: Moving /etc/$f to /etc/writable/" mv /etc/$f /etc/writable/$f