#platform=x86, AMD64, or Intel EM64T
auth --useshadow --enablemd5
bootloader --append="selinux=0" --location=mbr --password=STFU
zerombr
clearpart --all --initlabel
text
firewall --enabled --ssh --trust=eth0
firstboot --disable
keyboard uk
lang en_GB
logging --level=info
url --url=http://192.168.122.1/yum/base
# yaaaawn!
network --bootproto=static --device=eth0 --gateway=192.168.122.1 --ip=192.168.122.11 --nameserver=192.168.122.1 --netmask=255.255.255.0 --onboot=on
reboot
rootpw --iscrypted STFU! ;-)
selinux --disabled
skipx
timezone Europe/London
install
part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --grow --maxsize=400 --size=1
part swap --asprimary --bytes-per-inode=4096 --fstype="swap" --size=1024
part / --asprimary --bytes-per-inode=4096 --fstype="ext3" --grow --size=1
%packages
@base
Killed the database of my last blog that was doing really well. Time to kill another one. ^_^
Tuesday, April 5, 2011
this kickstat file works
As generated by system-config-kickstart on a CentOS box. I got tired of trying to bother remembering the syntax so I created a virt machine just to create a few kickstart files to play with and experiment.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment