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