mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-14 04:41:15 +00:00
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:
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…
x
Reference in New Issue
Block a user