Retrigger udev when requesting networking on demand

(take from Combustion)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=64
This commit is contained in:
Ignaz Forster 2020-09-18 06:35:10 +00:00 committed by Git OBS Bridge
parent b135263351
commit 61a85e88f4
2 changed files with 7 additions and 0 deletions

View File

@ -7,4 +7,6 @@ if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
# Re-trigger generation of network rules
. /lib/dracut/hooks/pre-udev/60-net-genrules.sh
udevadm control --reload
udevadm trigger --subsystem-match net --action add
fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 18 06:33:02 UTC 2020 - Ignaz Forster <iforster@suse.com>
- Retrigger udev when requesting networking on demand
-------------------------------------------------------------------
Fri Sep 4 12:07:21 UTC 2020 - Fabian Vogt <fvogt@suse.com>