git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5858 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f349c7d36f
commit
7459ef97d2
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,34 +1,34 @@
|
||||
# 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,dasdb
|
||||
part / --fstype ext3 --size=100 --grow --ondisk=dasda
|
||||
part /usr --fstype ext3 --size=100 --grow --ondisk=dasdb
|
||||
|
||||
%packages
|
||||
@base
|
||||
@core
|
||||
@base-x
|
||||
fipscheck
|
||||
device-mapper-multipath
|
||||
sgpio
|
||||
|
||||
%post
|
||||
echo ARP=no >> /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
# 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,dasdb
|
||||
part / --fstype ext3 --size=100 --grow --ondisk=dasda
|
||||
part /usr --fstype ext3 --size=100 --grow --ondisk=dasdb
|
||||
|
||||
%packages
|
||||
@base
|
||||
@core
|
||||
@base-x
|
||||
fipscheck
|
||||
device-mapper-multipath
|
||||
sgpio
|
||||
|
||||
%post
|
||||
echo ARP=no >> /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
|
Loading…
x
Reference in New Issue
Block a user