change to improve network startup on first boot
This commit is contained in:
@@ -62,10 +62,10 @@ fi
|
|||||||
|
|
||||||
test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server
|
test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server
|
||||||
|
|
||||||
if [ ! -f /etc/machine-id ]
|
#if [ ! -f /etc/machine-id ]
|
||||||
then
|
#then
|
||||||
/usr/bin/systemd-machine-id-setup
|
# /usr/bin/systemd-machine-id-setup
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
EOL
|
EOL
|
||||||
|
|||||||
Reference in New Issue
Block a user