mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-02 05:44:21 +01:00
Merge branch 'minor-simplification' into 'master'
Minor sysresccd-initialize simplification See merge request fdupoux/sysresccd-src!3
This commit is contained in:
commit
7d04bb996b
|
|
@ -44,10 +44,7 @@ do
|
|||
# Option to allow user to disable the firewall
|
||||
nofirewall)
|
||||
echo "Found option 'nofirewall' on the boot command line"
|
||||
systemctl disable iptables.service
|
||||
systemctl disable ip6tables.service
|
||||
systemctl stop iptables.service
|
||||
systemctl stop ip6tables.service
|
||||
systemctl disable --now iptables.service ip6tables.service
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue