summaryrefslogtreecommitdiffstats
path: root/fedora-arm-base.ks
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-05-31 21:57:20 -0500
committerDennis Gilmore <dennis@ausil.us>2013-05-31 22:00:11 -0500
commite4efa4ec1381ea6d6865e60b53258a0e301bb457 (patch)
treeeef3f90e4fab39b5d1e2f065a262d3196ab3b26a /fedora-arm-base.ks
parent8455d8394876886e5655f55801df1486b01b955b (diff)
downloadspin-kickstarts-e4efa4ec1381ea6d6865e60b53258a0e301bb457.tar.gz
spin-kickstarts-e4efa4ec1381ea6d6865e60b53258a0e301bb457.tar.xz
spin-kickstarts-e4efa4ec1381ea6d6865e60b53258a0e301bb457.zip
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.
Diffstat (limited to 'fedora-arm-base.ks')
-rw-r--r--fedora-arm-base.ks3
1 files changed, 3 insertions, 0 deletions
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 072246c..eae3c15 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -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