summaryrefslogtreecommitdiff
path: root/other/kickstarts/handmade/Centos6-64.cfg
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-09-16 20:59:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-09-16 20:59:06 +0200
commitcde82ec07f72c988accdd18619f94c9db5fb177a (patch)
tree5f5905bb79444fe0905193e47c32236a488d2a7e /other/kickstarts/handmade/Centos6-64.cfg
parent3df750c466fceca80ac7f16694d59c6a8a13ba47 (diff)
downloadcentosauto-master.tar.gz
centosauto-master.tar.bz2
added another automatized approach using virsh toolsHEADmaster
Diffstat (limited to 'other/kickstarts/handmade/Centos6-64.cfg')
-rw-r--r--other/kickstarts/handmade/Centos6-64.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/other/kickstarts/handmade/Centos6-64.cfg b/other/kickstarts/handmade/Centos6-64.cfg
new file mode 100644
index 0000000..fa0954b
--- /dev/null
+++ b/other/kickstarts/handmade/Centos6-64.cfg
@@ -0,0 +1,30 @@
+# Kickstart file automatically generated by anaconda.
+
+#version=DEVEL
+install
+url --url=http://swissmirror.silyus.net/centos/6.3/os/x86_64/
+lang en_US.UTF-8
+keyboard us
+network --onboot yes --device eth0 --bootproto dhcp --noipv6
+rootpw --iscrypted $6$LhelAf3MiEiKEXoZ$4Ymdrfp0TJRtQf0DtkfRqjFzQddX72yYvRlHYapeDxMhdG.HGWm04XX1YOCTleKqsUio04hwbb6/1O.ea4RhM/
+firewall --service=ssh
+authconfig --enableshadow --passalgo=sha512
+selinux --enforcing
+timezone --utc Europe/Zurich
+bootloader --location=mbr --driveorder=vda --append="crashkernel=auto rhgb quiet"
+# 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 --none
+
+
+#part swap --onpart=vda1
+#part / --fstype=ext4 --onpart=vda2
+
+repo --name="CentOS" --baseurl=http://swissmirror.silyus.net/centos/6.3/os/x86_64/ --cost=100
+
+%packages
+@core
+@server-policy
+%end \ No newline at end of file