]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(img-lib): install rmdir
authorHenrik Gombos <henrik99999@gmail.com>
Thu, 25 Nov 2021 23:08:57 +0000 (18:08 -0500)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 5 Feb 2022 13:02:23 +0000 (13:02 +0000)
rmdir is used in img-lib module.

modules.d/99img-lib/module-setup.sh

index 558a9256a9f26c10396f0d986aa70d1302564495..4f57b37f66a3a103e773dfa11373794ae00e17f8 100755 (executable)
@@ -14,7 +14,7 @@ depends() {
 
 # called by dracut
 install() {
-    inst_multiple tar gzip dd echo tr
+    inst_multiple tar gzip dd echo tr rmdir
     # TODO: make this conditional on a cmdline flag / config option
     inst_multiple -o cpio xz bzip2 zstd
     inst_simple "$moddir/img-lib.sh" "/lib/img-lib.sh"