From 352e59173152f13b242c598a735243f0f2850ff1 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Mon, 4 Apr 2022 17:50:23 +0200 Subject: [PATCH] fix(dracut.sh): add missing --libdirs usage --- dracut.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dracut.sh b/dracut.sh index defc0da7c..66a4ed078 100755 --- a/dracut.sh +++ b/dracut.sh @@ -104,6 +104,8 @@ Creates initial ramdisk images for preloading modules modules --fwdir [DIR] Specify additional directories, where to look for firmwares, separated by : + --libdirs [LIST] Specify a space-separated list of directories + where to look for libraries. --kernel-only Only install kernel drivers and firmware files --no-kernel Do not install kernel drivers and firmware files --print-cmdline Print the kernel command line for the given disk layout -- 2.47.3