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:
Dennis Gilmore 2013-05-31 21:57:20 -05:00
parent 8455d83948
commit e4efa4ec13
1 changed files with 3 additions and 0 deletions

View File

@ -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