From 2d9573ad2ef7d545c3175139f90a3b7f7121c597 Mon Sep 17 00:00:00 2001 From: mikepell Date: Fri, 8 Jul 2022 00:21:55 +0000 Subject: [PATCH] change to improve network startup on first boot --- prepare-ubuntu-18.04-template.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prepare-ubuntu-18.04-template.sh b/prepare-ubuntu-18.04-template.sh index cbcec11..325d33c 100755 --- a/prepare-ubuntu-18.04-template.sh +++ b/prepare-ubuntu-18.04-template.sh @@ -62,10 +62,10 @@ fi test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server -if [ ! -f /etc/machine-id ] -then - /usr/bin/systemd-machine-id-setup -fi +#if [ ! -f /etc/machine-id ] +#then +# /usr/bin/systemd-machine-id-setup +#fi exit 0 EOL