2010-04-22 20:19:35 +00:00
|
|
|
# Kickstart file automatically generated by anaconda.
|
|
|
|
|
|
|
|
install
|
|
|
|
url --url replace_url
|
|
|
|
key --skip
|
|
|
|
lang en_US.UTF-8
|
|
|
|
network --bootproto dhcp
|
|
|
|
rootpw replace_rootpw
|
|
|
|
firewall --disabled
|
|
|
|
authconfig --enableshadow --enablemd5
|
|
|
|
selinux --enforcing
|
|
|
|
timezone --utc America/New_York
|
|
|
|
bootloader --location=mbr
|
|
|
|
reboot
|
|
|
|
key --skip
|
|
|
|
# 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
|
|
|
|
zerombr yes
|
2010-06-15 21:09:35 +00:00
|
|
|
clearpart --initlabel --drives=dasda
|
2010-04-22 20:19:35 +00:00
|
|
|
part / --fstype ext3 --size=100 --grow --ondisk=dasda
|
2010-12-20 17:48:56 +00:00
|
|
|
part swap --size=512 --ondisk=dasda
|
2010-04-22 20:19:35 +00:00
|
|
|
|
|
|
|
%packages
|
2010-08-23 18:48:06 +00:00
|
|
|
@base
|
|
|
|
@core
|
|
|
|
@base-x
|
2010-04-22 20:19:35 +00:00
|
|
|
|
2010-08-23 15:41:08 +00:00
|
|
|
%post
|