change to improve network startup on first boot

This commit is contained in:
2022-07-08 00:21:55 +00:00
parent 829c112dd1
commit 2d9573ad2e

View File

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