summaryrefslogtreecommitdiff
path: root/Centos6-64.cfg
blob: 23143b54484607de1b14f02ed923adad7a0515fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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