Skip to content

Commit

Permalink
fix(dmsquash-live-ntfs): fuse3 no longer requires ulockmgr_server
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored and johannbg committed Nov 22, 2021
1 parent b9ba3c8 commit 75ad269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules.d/80cms/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install() {
inst_script "$moddir/cmsifup.sh" /sbin/cmsifup
# shellcheck disable=SC2046
inst_multiple /etc/cmsfs-fuse/filetypes.conf /etc/udev/rules.d/99-fuse.rules /etc/fuse.conf \
cmsfs-fuse fusermount ulockmgr_server bash insmod rmmod cat normalize_dasd_arg sed \
cmsfs-fuse fusermount bash insmod rmmod cat normalize_dasd_arg sed \
$(rpm -ql s390utils-base) awk getopt

inst_libdir_file "gconv/*"
Expand Down
2 changes: 1 addition & 1 deletion modules.d/90dmsquash-live-ntfs/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends() {
}

install() {
inst_multiple fusermount ulockmgr_server mount.fuse ntfs-3g
inst_multiple fusermount mount.fuse ntfs-3g
dracut_need_initqueue
}

Expand Down

0 comments on commit 75ad269

Please sign in to comment.