summaryrefslogtreecommitdiffstats
path: root/man/dracut.modules.7.asc
diff options
context:
space:
mode:
Diffstat (limited to 'man/dracut.modules.7.asc')
-rw-r--r--man/dracut.modules.7.asc2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/dracut.modules.7.asc b/man/dracut.modules.7.asc
index c1e8624..0f33bd7 100644
--- a/man/dracut.modules.7.asc
+++ b/man/dracut.modules.7.asc
@@ -181,7 +181,7 @@ hook _insmodpost.sh_ in the _initqueue/settled_.
_parse-insmodpost.sh_:
----
for p in $(getargs rd.driver.post=); do
- echo "blacklist $p" >> /etc/modprobe.d/initramfsblacklist.conf
+ echo "blacklist $p" >> /run/modprobe.d/initramfsblacklist.conf
_do_insmodpost=1
done