From b40acd505a29c0077604deef146822ab03b25575 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 26 Jun 2018 16:42:31 +0200 Subject: [PATCH] Fix a systemd error This is a temporary fix for https://github.com/systemd/systemd/issues/3374. --- iso/installer/install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 6202f09e..b09d9a82 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -685,6 +685,15 @@ filter = sshd logpath = /var/log/auth.log EOF +# Fix systemd error https://github.com/systemd/systemd/issues/3374 +dialog --title "[ systemd fix ]" $myPROGRESSBOXCONF <&1>/dev/null <