disk: remove duplicate services

This commit is contained in:
Peter Robinson 2017-04-12 22:35:46 +01:00
parent d8fb90786c
commit a3c6e41697
1 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ timezone US/Eastern
auth --useshadow --passalgo=sha512
selinux --enforcing
firewall --enabled --service=mdns
services --enabled=NetworkManager,ModemManager --disabled=sshd
services --enabled=sshd,NetworkManager,chronyd,initial-setup
network --bootproto=dhcp --device=link --activate
rootpw --lock --iscrypted locked
shutdown
@ -27,8 +27,6 @@ clearpart --all --initlabel --disklabel=msdos
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig
services --enabled=sshd,NetworkManager,chronyd,initial-setup
%include fedora-repo.ks
%packages