# JLdL 02Oct04.

# Activate the serial console on ttyS0, 38400 baud.
# _ This must be the first statement in this file.
SERIAL 0x3F8 38400

# The default boot line (may include boot parameters).
DEFAULT linux

# Display a short banner file.
DISPLAY pxelinux-banner

# A more complete banner file.
F0 pxelinux-banner.f0

# Help files for the [F1]-[F9] keys.
F1 pxelinux-help.f1
F9 pxelinux.cfg/C0A8000A.f9

# Auto-boot the default in 3 seconds.
TIMEOUT 30

# Always show the boot prompt.
PROMPT 1

# First boot alternative: Linux.
LABEL linux
  # The kernel file.
  KERNEL vmlinuz
  # The boot parameters; the first line is for tests on the
  # _ workbench, the second one is for normal operation.
  APPEND root=/dev/nfs nfsroot=/pmc/0000,rw,nolock
  #APPEND root=/dev/nfs nfsroot=/pmc/0000,rw,nolock console=ttyS0,38400
  # Auto-build the ip=<string> boot parameter.
  IPAPPEND 1

# Second boot alternative: Memtest86.
LABEL memtest
  # The kernel file.
  KERNEL memtest86

# Third boot alternative: local boot.
LABEL local
  # This returns control to the BIOS.
  LOCALBOOT 0

