#
# This pxelinux config file can be used in an automated linux install
# The initrd and kernel are renamed versions of what is found in the
# images/pxeboot directory of the installation medium.
#
LABEL    linux
#KERNEL   vmlinuz-2.6.28.10
KERNEL   linux-test
APPEND   root=/dev/nfs nfsroot=192.168.70.253:/vol/vol1/blue15 ip=dhcp acpi=off rhgb
IPAPPEND 1

