mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Core Update 170: Fix sed call
Fixes: #12907 Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -176,7 +176,7 @@ sed -i /etc/collectd.conf \
|
||||
/etc/rc.d/init.d/suricata start
|
||||
|
||||
# Harden mount options of /boot
|
||||
sed -e -i "s@[[:space:]]*\/boot[[:space:]]*auto[[:space:]]*defaults[[:space:]]*@ \/boot auto defaults,nodev,noexec,nosuid @g" /etc/fstab
|
||||
sed -e "s@[[:space:]]*\/boot[[:space:]]*auto[[:space:]]*defaults[[:space:]]*@ \/boot auto defaults,nodev,noexec,nosuid @g" /etc/fstab
|
||||
|
||||
# Regenerate all initrds
|
||||
dracut --regenerate-all --force
|
||||
|
||||
Reference in New Issue
Block a user