We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c18c9 commit c459373Copy full SHA for c459373
modules.d/95resume/module-setup.sh
@@ -50,7 +50,7 @@ install() {
50
fi
51
52
# Optional uswsusp support
53
- for _bin in /usr/sbin/resume /usr/lib/suspend/resume /usr/lib/uswsusp/resume; do
+ for _bin in /usr/sbin/resume /usr/lib/suspend/resume /usr/lib64/suspend/resume /usr/lib/uswsusp/resume /usr/lib64/uswsusp/resume; do
54
[[ -x $dracutsysrootdir${_bin} ]] && {
55
inst "${_bin}" /usr/sbin/resume
56
[[ $hostonly ]] && [[ -f $dracutsysrootdir/etc/suspend.conf ]] && inst -H /etc/suspend.conf
0 commit comments