[Fedora-spins] [spin-kickstarts] make sure we set first-boot to --reconfig this is to make sure that on first boot the images get con

Dennis Gilmore ausil at fedoraproject.org
Sat Jun 1 03:00:23 UTC 2013


commit e4efa4ec1381ea6d6865e60b53258a0e301bb457
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri May 31 21:57:20 2013 -0500

    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.

 fedora-arm-base.ks |    3 +++
 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


More information about the spins mailing list