contrib: fix /etc/motd for "nm-in-container.sh"

This commit is contained in:
Thomas Haller
2022-05-04 21:27:32 +02:00
parent 0ca6aaab32
commit a859cee560

View File

@@ -109,53 +109,53 @@ find NetworkManager bind mounted at $BASEDIR_NM
run \`nm-env-prepare.sh setup --idx 1\` to setup test interfaces run \`nm-env-prepare.sh setup --idx 1\` to setup test interfaces
Configure NetworkManager with Configure NetworkManager with
\$ ./configure \ \$ ./configure \\
--enable-address-sanitizer=no \ --enable-address-sanitizer=no \\
--enable-compile-warnings=yes \ --enable-compile-warnings=yes \\
--enable-concheck \ --enable-concheck \\
--enable-config-plugin-ibft=yes \ --enable-config-plugin-ibft=yes \\
--enable-gtk-doc \ --enable-gtk-doc \\
--enable-ifcfg-rh=yes \ --enable-ifcfg-rh=yes \\
--enable-ifcfg-suse \ --enable-ifcfg-suse \\
--enable-ifnet \ --enable-ifnet \\
--enable-ifupdown=yes \ --enable-ifupdown=yes \\
--enable-introspection \ --enable-introspection \\
--enable-json-validation=yes \ --enable-json-validation=yes \\
--enable-maintainer-mode \ --enable-maintainer-mode \\
--enable-more-logging \ --enable-more-logging \\
--enable-more-warnings=error \ --enable-more-warnings=error \\
--enable-ovs=yes \ --enable-ovs=yes \\
--enable-polkit=yes \ --enable-polkit=yes \\
--enable-teamdctl=yes \ --enable-teamdctl=yes \\
--enable-undefined-sanitizer=no \ --enable-undefined-sanitizer=no \\
--enable-vala=yes \ --enable-vala=yes \\
--enable-wimax \ --enable-wimax \\
--localstatedir=/var \ --localstatedir=/var \\
--prefix=/opt/test \ --prefix=/opt/test \\
--sysconfdir=/etc \ --sysconfdir=/etc \\
--with-config-dhcp-default=internal \ --with-config-dhcp-default=internal \\
--with-config-dns-rc-manager-default=auto \ --with-config-dns-rc-manager-default=auto \\
--with-consolekit=yes \ --with-consolekit=yes \\
--with-consolekit=yes \ --with-consolekit=yes \\
--with-crypto=nss \ --with-crypto=nss \\
--with-dhclient=yes \ --with-dhclient=yes \\
--with-dhcpcanon=yes \ --with-dhcpcanon=yes \\
--with-dhcpcd=yes \ --with-dhcpcd=yes \\
--with-iwd=yes \ --with-iwd=yes \\
--with-libnm-glib=yes \ --with-libnm-glib=yes \\
--with-modem-manager-1 \ --with-modem-manager-1 \\
--with-netconfig=/bin/nowhere/netconfig \ --with-netconfig=/bin/nowhere/netconfig \\
--with-nm-cloud-setup=yes \ --with-nm-cloud-setup=yes \\
--with-nmcli=yes \ --with-nmcli=yes \\
--with-nmtui=yes \ --with-nmtui=yes \\
--with-ofono=yes \ --with-ofono=yes \\
--with-resolvconf=/bin/nowhere/resolvconf \ --with-resolvconf=/bin/nowhere/resolvconf \\
--with-session-tracking=systemd \ --with-session-tracking=systemd \\
--with-suspend-resume=systemd \ --with-suspend-resume=systemd \\
--with-systemd-logind=yes \ --with-systemd-logind=yes \\
--with-valgrind=yes \ --with-valgrind=yes \\
--enable-tests="\${NM_BUILD_TESTS:-yes}" \ --enable-tests="\${NM_BUILD_TESTS:-yes}" \\
--with-more-asserts="\${NM_BUILD_MORE_ASSERTS:-1000}" \ --with-more-asserts="\${NM_BUILD_MORE_ASSERTS:-1000}" \\
"\${NM_CONFIGURE_OTPS[@]}" "\${NM_CONFIGURE_OTPS[@]}"
Test with: Test with:
\$ systemctl stop NetworkManager; /opt/test/sbin/NetworkManager --debug 2>&1 | tee -a /tmp/nm-log.txt \$ systemctl stop NetworkManager; /opt/test/sbin/NetworkManager --debug 2>&1 | tee -a /tmp/nm-log.txt