Fix a systemd error

This is a temporary fix for https://github.com/systemd/systemd/issues/3374.
This commit is contained in:
Marco Ochse 2018-06-26 16:42:31 +02:00 committed by GitHub
parent b8a650002e
commit b40acd505a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -685,6 +685,15 @@ filter = sshd
logpath = /var/log/auth.log logpath = /var/log/auth.log
EOF EOF
# Fix systemd error https://github.com/systemd/systemd/issues/3374
dialog --title "[ systemd fix ]" $myPROGRESSBOXCONF <<EOF
EOF
tee /etc/systemd/network/99-default.link 2>&1>/dev/null <<EOF
[Link]
NamePolicy=kernel database onboard slot path
MACAddressPolicy=none
EOF
# Let's add some cronjobs # Let's add some cronjobs
dialog --title "[ Adding cronjobs ]" $myPROGRESSBOXCONF <<EOF dialog --title "[ Adding cronjobs ]" $myPROGRESSBOXCONF <<EOF
EOF EOF