contrib/nm-live-vm: adjust build script to enable DEBUG logging

Enable more logging when starting NM.

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2013-11-23 19:34:30 +01:00
parent 7b43e0526e
commit e9ed87a920

View file

@ -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 <<EOF > /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifcfg-rh
[logging]
level=DEBUG
domains=ALL
EOF
/bin/systemctl enable NetworkManager.service || exit 1