Commit 1787e7b5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed bug: KeepConfiguration=yes should be on for eth0

parent d6f5eb5f
......@@ -379,7 +379,7 @@ reconfigure_networking() {
echo "Address=$ip" >> /etc/systemd/network/$int.network
fi
done
if [ "$int" == "eth0"]; then
if [ "$int" == "eth0" ]; then
echo "KeepConfiguration=yes" >> /etc/systemd/network/$int.network
fi
if [ "$dynamic" == "1" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment