From 43d54da552266659bd0ce52413dd4e3f0b2c5421 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Mon, 7 Mar 2022 22:07:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Esysprep-ubuntu.sh=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysprep-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sysprep-ubuntu.sh b/sysprep-ubuntu.sh index 74766ab..e6b1c4c 100644 --- a/sysprep-ubuntu.sh +++ b/sysprep-ubuntu.sh @@ -60,7 +60,6 @@ if hostname | grep localhost; then hostnamectl set-hostname "$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 ; echo '')" fi -test -f /etc/machine-id || systemd-machine-id-setup test -f /etc/ssh/ssh_host_dsa_key || dpkg-reconfigure openssh-server exit 0