# This file contains a typical syslinux configuration
# Make sure kernel and initrd is specified correctly
# for whatever the distro that you want to PXE boot.
# The following setting is correct for Fatdog.

default fatdog

label fatdog
kernel vmlinuz
append rootfstype=ramfs initrd=initrd
