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

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

Advertisement

timezone --utc America/Chicago
# Root password
rootpw password
# Reboot after installation.
reboot
# Use text mode install.
text
# Install Red Hat Linux instead of performing an upgrade.
install
# Use NFS installation media.
nfs --server 172.48.0.1 --dir /var/ftp/pub/rh73
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record.
zerombr yes
# Clear all partitions from the disk.
clearpart --all --initlabel
# Disk partitioning information
part /boot --fstype ext3 --size 75 --asprimary
part
swap --recommended
part / --fstype ext3 --size 2700 --grow
# Use DHCP networking. This is only effective if ks.cfg is local.
# network --bootproto=dhcp --device=eth0
# System authorization information
auth
--useshadow
# Firewall configuration
firewall --disabled
# Do not configure the X Window System.
skipx
# Package install information. This is for a minimal install.
%packages --resolvedeps
wget
openssh
openssh-clients
openssh-server
nfs-utils
portmap
#@Everything
%post
Note
To perform a full package install, uncomment the @Everything line in the
kickstart file.
--enablemd5
20

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bl10e - proliant - g2Bl10e 512

Table of Contents