Skip to content

Commit

Permalink
fix(img-lib): install rmdir
Browse files Browse the repository at this point in the history
rmdir is used in img-lib module.
  • Loading branch information
Henrik66 authored and johannbg committed Feb 5, 2022
1 parent 4753738 commit 51ce889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/99img-lib/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51ce889

Please sign in to comment.