From e257f2a3806ba7013e8e47005fde1385044bc8d9 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 22 Oct 2023 07:50:14 -0400 Subject: [PATCH] remount-secure: no longer use /usr/libexec/helper-scripts/pre.bsh as not simple with dracut --- usr/bin/remount-secure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 4c51ee6..d76cc8a 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -13,13 +13,13 @@ set -e set -o pipefail set -o nounset -if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then - ## pre.bsh would `source` the following folders: - ## /etc/remount-secure_pre.d/*.conf - ## /usr/local/etc/remount-secure_pre.d/*.conf - # shellcheck disable=SC1091 - source /usr/libexec/helper-scripts/pre.bsh -fi +# if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then +# ## pre.bsh would `source` the following folders: +# ## /etc/remount-secure_pre.d/*.conf +# ## /usr/local/etc/remount-secure_pre.d/*.conf +# # shellcheck disable=SC1091 +# source /usr/libexec/helper-scripts/pre.bsh +# fi if test -o xtrace ; then output_command=true