mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 14:04:49 -04:00
remount-secure:
no longer use /usr/libexec/helper-scripts/pre.bsh as not simple with dracut
This commit is contained in:
parent
27b3ba8bdf
commit
e257f2a380
1 changed files with 7 additions and 7 deletions
|
@ -13,13 +13,13 @@ set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then
|
# if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then
|
||||||
## pre.bsh would `source` the following folders:
|
# ## pre.bsh would `source` the following folders:
|
||||||
## /etc/remount-secure_pre.d/*.conf
|
# ## /etc/remount-secure_pre.d/*.conf
|
||||||
## /usr/local/etc/remount-secure_pre.d/*.conf
|
# ## /usr/local/etc/remount-secure_pre.d/*.conf
|
||||||
# shellcheck disable=SC1091
|
# # shellcheck disable=SC1091
|
||||||
source /usr/libexec/helper-scripts/pre.bsh
|
# source /usr/libexec/helper-scripts/pre.bsh
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if test -o xtrace ; then
|
if test -o xtrace ; then
|
||||||
output_command=true
|
output_command=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue