make sure we set first-boot to --reconfig this is to make sure that on first boot the images
get configured by the end user. timezone set, root password set, user created.
This commit is contained in:
parent
8455d83948
commit
e4efa4ec13
@ -4,6 +4,9 @@ auth --useshadow --enablemd5
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns,ssh
|
||||
|
||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||
firstboot --reconfig
|
||||
|
||||
bootloader --location=none
|
||||
part /boot --size=512 --fstype ext3
|
||||
part swap --size=512 --fstype swap
|
||||
|
Loading…
Reference in New Issue
Block a user