Compaq BL10e - HP ProLiant - 512 MB RAM Troubleshooting Manual page 15

Setting up a linux pxe server and integrating clients
Hide thumbs Also See for BL10e - HP ProLiant - 512 MB RAM:
Table of Contents

Advertisement

Sample 2
This script, filename "rhl80-kickstart-install-syslinux.cfg," performs an automated installation using a
kickstart file.
# Install Red Hat 8.0 via kickstart file
default ks
prompt 1
timeout 20
display rhl80-boot.msg
...
label ks
kernel rhl80-vmlinuz
append ks=nfs:172.48.0.1:/var/ftp/pub/kickstart/rhl80-ks.cfg initrd=rhl80-
initrd.img lang= devfs=nomount ramdisk_size=9216 ksdevice=eth0
...
Sample 3
This script, filename "rhl80-bootnet.img-syslinux.cfg," explains how to use a boot image to the server.
# Boot to a disk image (bootnet.img)
default rhl80-bootnet.img
prompt 1
timeout 600
...
label rhl80-bootnet.img
kernel memdisk
append initrd=rhl80-bootnet.img
...
Sample 4
This script, filename "localboot-syslinux.cfg," tells the server to boot locally.
# Perform a local boot
default localboot
prompt 1
timeout 20
...
label localboot
localboot 0
...
15

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bl10e - proliant - g2Bl10e 512

Table of Contents