From a90dbd958b19778044047f17559449fffdb94cc2 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Mon, 4 Apr 2022 18:01:05 +0200 Subject: [PATCH] fix(man): add missing --libdirs section --- man/dracut.8.asc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man/dracut.8.asc b/man/dracut.8.asc index d959105a29..839811f30e 100644 --- a/man/dracut.8.asc +++ b/man/dracut.8.asc @@ -190,6 +190,20 @@ example: specify additional directories, where to look for firmwares. This parameter can be specified multiple times. +**--libdirs** __:: + specify a space-separated list of directories to look for libraries to + include in the generic initramfs. This parameter can be specified multiple + times. ++ +[NOTE] +=============================== +If [LIST] has multiple arguments, then you have to put these in quotes. For +example: +---- +# dracut --libdirs "dir1 dir2" ... +---- +=============================== + **--kernel-cmdline **:: specify default kernel command line parameters