From cde82ec07f72c988accdd18619f94c9db5fb177a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Sep 2016 20:59:06 +0200 Subject: added another automatized approach using virsh tools --- other/kickstarts/handmade/Centos5-32.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 other/kickstarts/handmade/Centos5-32.cfg (limited to 'other/kickstarts/handmade/Centos5-32.cfg') diff --git a/other/kickstarts/handmade/Centos5-32.cfg b/other/kickstarts/handmade/Centos5-32.cfg new file mode 100644 index 0000000..0aa25ef --- /dev/null +++ b/other/kickstarts/handmade/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 -- cgit v1.2.3-54-g00ecf