Accepting request 992323 from devel:kubic:ignition

OBS-URL: https://build.opensuse.org/request/show/992323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2022-08-03 19:16:27 +00:00 committed by Git OBS Bridge
commit ffbbee0c73
2 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,6 @@ if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
udevadm trigger --subsystem-match net --action add
else
# NetworkManager
. /usr/lib/dracut/hooks/cmdline/99-nm-config.sh
. /lib/dracut/hooks/cmdline/99-nm-config.sh
fi
fi

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 2 11:28:11 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- ignition-enable-network.sh: Use /lib/dracut/hooks directly
instead of the usr-merged location which isn't available everywhere
(bsc#1201957)
-------------------------------------------------------------------
Wed May 18 12:37:46 UTC 2022 - iforster@suse.com