Harald Hoyer 460d2c
From 1855efb15af9009c1f6db77c1d9ce012129bcb71 Mon Sep 17 00:00:00 2001
Harald Hoyer 460d2c
From: Daniel Molkentin <dmolkentin@suse.com>
Harald Hoyer 460d2c
Date: Tue, 26 Nov 2019 12:29:47 +0100
Harald Hoyer 460d2c
Subject: [PATCH] Document initqueue/online hook
Harald Hoyer 460d2c
Harald Hoyer 460d2c
---
Harald Hoyer 460d2c
 dracut.modules.7.asc | 9 +++++++--
Harald Hoyer 460d2c
 1 file changed, 7 insertions(+), 2 deletions(-)
Harald Hoyer 460d2c
Harald Hoyer 460d2c
diff --git a/dracut.modules.7.asc b/dracut.modules.7.asc
Harald Hoyer 460d2c
index 81135cff..3c056430 100644
Harald Hoyer 460d2c
--- a/dracut.modules.7.asc
Harald Hoyer 460d2c
+++ b/dracut.modules.7.asc
Harald Hoyer 460d2c
@@ -93,13 +93,18 @@ udev state.
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
 ==== Initqueue settled
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
-This hooks (initqueue/settled) gets executed every time udev has settled.
Harald Hoyer 460d2c
+This hook (initqueue/settled) gets executed every time udev has settled.
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
 ==== Initqueue timeout
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
-This hooks (initqueue/timeout) gets executed, when the main loop counter becomes
Harald Hoyer 460d2c
+This hook (initqueue/timeout) gets executed, when the main loop counter becomes
Harald Hoyer 460d2c
 half of the rd.retry counter.
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
+==== Initqueue online
Harald Hoyer 460d2c
+
Harald Hoyer 460d2c
+This hook (initqueue/online) gets executed whenever a network interface comes online
Harald Hoyer 460d2c
+(that is, once it is up and configured by the configured network module).
Harald Hoyer 460d2c
+
Harald Hoyer 460d2c
 ==== Initqueue finished
Harald Hoyer 460d2c
 
Harald Hoyer 460d2c
 This hook (initqueue/finished) is called after udev has settled and
Harald Hoyer 460d2c