
10. In console,select the desired option when the PXE menu appears
11. The VM installs and registers with the local RHN Satellite server
8.1 RHEL
The basic RHEL VM was created with following kickstart file, used to install RHEL 5.5 with the
latest available updates from RHN.
rhel55_basic.ks
text
network --bootproto dhcp
lang en_US
keyboard us
url --url http://sat-vm.cloud.lab.eng.bos.redhat.com/ks/dist/ks-rhel-x86_64-server-5-u5
zerombr
clearpart --linux
part /boot --fstype=ext3 --size=200
part pv.01 --size=1000 --grow
part swap --size=2000 --maxsize=20000
volgroup rhel55 pv.01
logvol / --vgname=rhel55 --name=rootvol --size=1000 --grow
bootloader --location mbr
timezone America/New_York
auth --enablemd5 --enableshadow
rootpw --iscrypted $1$1o751Xnc$kmQKHj6gtZ50IILNkHkkF0
135 www.redhat.com
Komentáře k této Příručce