From 34d2a69ea251766ee2e46bba8a79c536116518d7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 10 Jan 2015 12:00:31 +0100 Subject: salvaged some kickstarts --- Centos5-32.cfg | 24 ++++++++++++++++++++++++ Centos5-64.cfg | 24 ++++++++++++++++++++++++ Centos6-32.cfg | 30 ++++++++++++++++++++++++++++++ Centos6-64.cfg | 30 ++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 Centos5-32.cfg create mode 100644 Centos5-64.cfg create mode 100644 Centos6-32.cfg create mode 100644 Centos6-64.cfg diff --git a/Centos5-32.cfg b/Centos5-32.cfg new file mode 100644 index 0000000..0aa25ef --- /dev/null +++ b/Centos5-32.cfg @@ -0,0 +1,24 @@ +# Kickstart file automatically generated by anaconda. + +install +url --url http://swissmirror.silyus.net/centos/5.8/os/i386 +lang en_US.UTF-8 +keyboard us +network --device eth0 --bootproto dhcp --hostname CentOS-5-32-Master +rootpw --iscrypted $1$U9eue073$hpWqFVoP4I6.dvT0qz2uB/ +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 diff --git a/Centos5-64.cfg b/Centos5-64.cfg new file mode 100644 index 0000000..a6e22a7 --- /dev/null +++ b/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 diff --git a/Centos6-32.cfg b/Centos6-32.cfg new file mode 100644 index 0000000..be96069 --- /dev/null +++ b/Centos6-32.cfg @@ -0,0 +1,30 @@ +# Kickstart file automatically generated by anaconda. + +#version=DEVEL +install +url --url=http://swissmirror.silyus.net/centos/6.3/os/i386 +lang en_US.UTF-8 +keyboard us +network --onboot yes --device eth0 --bootproto dhcp --noipv6 +rootpw --iscrypted $6$cybIqb74.gcQQCoV$oqwTnlZbhgVKc5yZJuRZDEhKjFNv2ha3WTbra9BhbvPxdfu/23Pr8XXA5YW6G.trb65Q60Ji3Vapmd5Eek4Od0 +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 --asprimary --size=1024 +#part / --fstype=ext4 --grow --asprimary --size=200 + +repo --name="CentOS" --baseurl=http://swissmirror.silyus.net/centos/6.3/os/i386 --proxy="http://proxy.eurospider.ch:3128" --cost=100 + +%packages +@core +@server-policy +%end \ No newline at end of file diff --git a/Centos6-64.cfg b/Centos6-64.cfg new file mode 100644 index 0000000..23143b5 --- /dev/null +++ b/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/ --proxy="http://proxy.eurospider.ch:3128" --cost=100 + +%packages +@core +@server-policy +%end \ No newline at end of file -- cgit v1.2.3-54-g00ecf