disk: remove duplicate services
This commit is contained in:
parent
7e810e6fb7
commit
54d01cbd53
@ -14,7 +14,7 @@ timezone US/Eastern
|
|||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
||||||
network --bootproto=dhcp --device=link --activate
|
network --bootproto=dhcp --device=link --activate
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
shutdown
|
shutdown
|
||||||
@ -27,8 +27,6 @@ clearpart --all --initlabel --disklabel=msdos
|
|||||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||||
firstboot --reconfig
|
firstboot --reconfig
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
Loading…
Reference in New Issue
Block a user