[Fedora-spins] [spin-kickstarts/f19] 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:18 UTC 2013


commit 80d4f8eb9dbf9a734e54ffee4f0028687ba37177
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 86cea49..7dc6dac 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