Accepting request 835347 from devel:kubic:ignition

Retrigger udev when requesting networking on demand (otherwise the network may not be initialized correctly).

OBS-URL: https://build.opensuse.org/request/show/835347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2020-09-21 15:24:41 +00:00 committed by Git OBS Bridge
commit e615a5be82
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>