commit | f49ca85fdf8158dc34118f9ec209f752f247e4e4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 13 12:22:23 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jul 16 12:37:02 2020 +0200 |
tree | 58ca16fc3e7fd2ee20defa41b2e38ca5210fc396 | |
parent | ec5f0ed33f53571fc55a55b0d0cd1c5745dbe885 [diff] |
efi_loader: skip warnings for network configuration Skip messages should only be written if the setup is not suitable for testing. If DHCP is enabled, we should not write a skip message if no static network configuration is supplied. Likewise if a static network configuration is supplied, we should not write a skip message if DHCP is not enabled. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>