Accepting request 992322 from home:favogt:combustion
- ignition-enable-network.sh: Use /lib/dracut/hooks directly instead of the usr-merged location which isn't available everywhere (bsc#1201957) OBS-URL: https://build.opensuse.org/request/show/992322 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=98
This commit is contained in:
parent
a54e27fc9c
commit
8d3e609fd1
@ -13,6 +13,6 @@ if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
|
|||||||
udevadm trigger --subsystem-match net --action add
|
udevadm trigger --subsystem-match net --action add
|
||||||
else
|
else
|
||||||
# NetworkManager
|
# NetworkManager
|
||||||
. /usr/lib/dracut/hooks/cmdline/99-nm-config.sh
|
. /lib/dracut/hooks/cmdline/99-nm-config.sh
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -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
|
Wed May 18 12:37:46 UTC 2022 - iforster@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user