-
Notifications
You must be signed in to change notification settings - Fork 70
/
ks-minimalC5-32.cfg
51 lines (47 loc) · 1.2 KB
/
ks-minimalC5-32.cfg
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# From: Manuel Wolfshant <[email protected]>
#
# XXX: Edited to work for a 32bit install
install
text
reboot
url --url http://mirror.centos.org/centos/5/os/i386/
lang en_US.UTF-8
keyboard us
skipx
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$.A66cJ18$2YhwhpQs.fRNno/PAzqc7/
firewall --disabled
selinux --permissive
authconfig --enableshadow --enablemd5
timezone --utc GMT
bootloader --location=mbr
# 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 --all --initlabel
part /boot --fstype ext3 --size=250
part pv.2 --size=0 --grow
volgroup VolGroup00 --pesize=32768 pv.2
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=256 --grow --maxsize=512
repo --name=updates --baseurl=http://mirror.centos.org/centos/5/updates/i386/
%packages --nobase --excludedocs
coreutils
yum
rpm
e2fsprogs
lvm2
grub
sysstat
ntp
openssh-server
openssh-clients
xorg-x11-xauth
-dhcpv6-client
-iptables-ipv6
-system-config-securitylevel-tui
-wireless-tools
-rhpl
%post