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:
parent
b135263351
commit
61a85e88f4
@ -7,4 +7,6 @@ if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
|
|||||||
|
|
||||||
# Re-trigger generation of network rules
|
# Re-trigger generation of network rules
|
||||||
. /lib/dracut/hooks/pre-udev/60-net-genrules.sh
|
. /lib/dracut/hooks/pre-udev/60-net-genrules.sh
|
||||||
|
udevadm control --reload
|
||||||
|
udevadm trigger --subsystem-match net --action add
|
||||||
fi
|
fi
|
||||||
|
@ -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>
|
Fri Sep 4 12:07:21 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user