mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 08:40:38 +01:00
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:
parent
7b43e0526e
commit
e9ed87a920
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue