fix(img-lib): install rmdir

rmdir is used in img-lib module.
master
Henrik Gombos 2021-11-25 18:08:57 -05:00 committed by Jóhann B. Guðmundsson
parent 4753738b62
commit 51ce8893d9
1 changed files with 1 additions and 1 deletions

View File

@ -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"