Skip to content

Commit

Permalink
fix(dmsquash-live): iso-scan requires rmdir
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored and johannbg committed Oct 12, 2021
1 parent 0c631ef commit e19e389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/90dmsquash-live/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ installkernel() {

# called by dracut
install() {
inst_multiple umount dmsetup blkid dd losetup blockdev find
inst_multiple umount dmsetup blkid dd losetup blockdev find rmdir
inst_multiple -o checkisomd5
inst_hook cmdline 30 "$moddir/parse-dmsquash-live.sh"
inst_hook cmdline 31 "$moddir/parse-iso-scan.sh"
Expand Down

0 comments on commit e19e389

Please sign in to comment.