diff --git a/contrib/fedora/nm-live-vm/nm-make-script.sh b/contrib/fedora/nm-live-vm/nm-make-script.sh index bdd458db6b..c5c26efe1b 100755 --- a/contrib/fedora/nm-live-vm/nm-make-script.sh +++ b/contrib/fedora/nm-live-vm/nm-make-script.sh @@ -32,5 +32,11 @@ git checkout -f "$COMMIT" || exit 1 make || exit 1 #make check || exit 1 make install || exit 1 -echo -e "[main]\nplugins=ifcfg-rh\n" > /etc/NetworkManager/NetworkManager.conf +cat < /etc/NetworkManager/NetworkManager.conf +[main] +plugins=ifcfg-rh +[logging] +level=DEBUG +domains=ALL +EOF /bin/systemctl enable NetworkManager.service || exit 1