summaryrefslogtreecommitdiff
path: root/other/kickstarts/handmade/Centos5-64.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'other/kickstarts/handmade/Centos5-64.cfg')
-rw-r--r--other/kickstarts/handmade/Centos5-64.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/other/kickstarts/handmade/Centos5-64.cfg b/other/kickstarts/handmade/Centos5-64.cfg
new file mode 100644
index 0000000..a6e22a7
--- /dev/null
+++ b/other/kickstarts/handmade/Centos5-64.cfg
@@ -0,0 +1,24 @@
+# Kickstart file automatically generated by anaconda.
+
+install
+url --url http://swissmirror.silyus.net/centos/5.8/os/x86_64
+lang en_US.UTF-8
+keyboard us
+network --device eth0 --bootproto dhcp --hostname CentOS-5-64-Master
+rootpw --iscrypted $1$LlZErziA$y7scQObxRfmO4HZc0wfhO0
+firewall --enabled --port=22:tcp
+authconfig --enableshadow --enablemd5
+selinux --enforcing
+timezone --utc Europe/Zurich
+bootloader --location=mbr --driveorder=vda
+# The following is the partition information you requested
+# Note that any partitions you deleted are not expressed
+# here so unless you clear all partitions first, this is
+# not guaranteed to work
+#clearpart --linux
+#part / --fstype ext3 --size=1 --grow --asprimary
+#part swap --size=1024 --asprimary
+
+%packages
+@core
+sgpio