mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-07 00:44:22 +00:00
Poke a hole for mdns in the firewall since we do other things to make it work nicely
This commit is contained in:
parent
bea1371dcb
commit
92b2ac326a
@ -12,7 +12,7 @@ keyboard us
|
|||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
part / --size 3072 --fstype ext4
|
part / --size 3072 --fstype ext4
|
||||||
services --enabled=NetworkManager --disabled=network,sshd
|
services --enabled=NetworkManager --disabled=network,sshd
|
||||||
|
Loading…
Reference in New Issue
Block a user