From 03764235e8eb8e2935b76d0bc19f151a5a178bc0 Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 6 Jan 2014 12:06:39 -0500 Subject: [PATCH] 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 --- 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 4fc2c6dc..7c854a81 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; 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