Browse Source

fix(img-lib): install rmdir

rmdir is used in img-lib module.
master
Henrik Gombos 3 years ago committed by Jóhann B. Guðmundsson
parent
commit
51ce8893d9
  1. 2
      modules.d/99img-lib/module-setup.sh

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

@ -14,7 +14,7 @@ depends() { @@ -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"

Loading…
Cancel
Save