xcat-core/xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl
2010-08-04 13:31:55 +00:00

29 lines
717 B
Cheetah

# 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
clearpart --initlabel --drives=dasda
part / --fstype ext3 --size=100 --grow --ondisk=dasda
%packages
#INCLUDE_DEFAULT_PKGLIST#
%post
echo ARP=no >> /etc/sysconfig/network-scripts/ifcfg-eth0