Skip to main content

Kickstart

# Kickstart file automatically generated by anaconda.

install
url --url http://centos.mirrors.skynet.be/pub/centos/5.3/os/i386
lang en_US.UTF-8
keyboard be-latin1
network --device eth2 --bootproto dhcp
rootpw --iscrypted $1$aAAA$A111aA
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --enforcing
timezone --utc Europe/Brussels
bootloader --location=mbr --driveorder=sda,sdb

# 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 --drives=sda,sdb
#part /boot --fstype ext3 --size=100 --ondisk=sda
#part pv.4 --size=0 --grow --ondisk=sdb
#part pv.3 --size=0 --grow --ondisk=sda
#volgroup VolGroup00 --pesize=32768 pv.4 pv.3
#logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
#logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=512 --grow --maxsize=1024

%packages
@core
@base
device-mapper-multipath