Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-03-01 20:57:34 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-01 20:57:34 (GMT)
commit9825e7f43d6a30480df0ec86bfcac230a9c16bda (patch)
tree065d1ebcbc55404629e4f8d04f03e91cc22c6571
parentd564446d1cd7f2b4b965767cd0e04dc9b8d758a1 (diff)
Move the locale specific settings into a separate kickstart file
You can do your changes in this file when you want to build a localized strawberry (language, keyboard, timezone).
-rw-r--r--soas-base.ks5
-rw-r--r--soas-international.ks3
2 files changed, 5 insertions, 3 deletions
diff --git a/soas-base.ks b/soas-base.ks
index efb407d..3405e1c 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -1,6 +1,5 @@
-lang en_US.UTF-8
-keyboard us
-timezone US/Eastern
+%include soas-international.ks
+
auth --useshadow --enablemd5
selinux --disabled
firewall --enabled --service=mdns
diff --git a/soas-international.ks b/soas-international.ks
new file mode 100644
index 0000000..355b216
--- /dev/null
+++ b/soas-international.ks
@@ -0,0 +1,3 @@
+lang en_US.UTF-8
+keyboard us
+timezone US/Eastern