summaryrefslogtreecommitdiffstats
path: root/dracut/anaconda-modprobe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dracut/anaconda-modprobe.sh')
-rw-r--r--dracut/anaconda-modprobe.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dracut/anaconda-modprobe.sh b/dracut/anaconda-modprobe.sh
index 950c62f29..6a6b20d13 100644
--- a/dracut/anaconda-modprobe.sh
+++ b/dracut/anaconda-modprobe.sh
@@ -1,5 +1,9 @@
#!/bin/bash
# load modules needed by anaconda
+
+# load anaconda-lib for the subsequent scripts in this hook
+. /lib/anaconda-lib.sh
+
ARCH=$(uname -m)
KERNEL=$(uname -r)