Red Hat NETWORK SATELLITE 5.3.0 Deployment Manual page 47

Hide thumbs Also See for RED HAT NETWORK SATELLITE 5.3.0:
Table of Contents

Advertisement

Creating Kickstart Profiles
lang en_US
keyboard us
zerombr
clearpart --all
part / --fstype=ext3 --size=200 --grow
part /boot --fstype=ext3 --size=200
part swap --size=1000
--maxsize=2000
bootloader --location mbr
timezone America/New_York
auth --enablemd5 --enableshadow
rootpw --iscrypted $1$X/CrCfCE$x0veQO88TCm2VprcMkH.d0
selinux --permissive
reboot
firewall --disabled
skipx
key --skip
%packages
@ Base
%post
$SNIPPET('redhat_register')
Please note that $http_server is used in place of the Satellite's host name. This will be filled in
when the kickstart template is rendered. Also the redhat_register snippet is used to handle
registration.
Figure 5.2. Raw Kickstart
39

Advertisement

Table of Contents
loading

Table of Contents