# This a generic Palo configuration file. For more information about how1# it works try 'palo -?'.2#3# Most people using 'make palo' want a bootable file, usable for4# network or tape booting for example.5--init-tape=lifimage6--recoverykernel=vmlinuz78########## Pick your ROOT here! ##########9# You need at least one 'root='!10#11# If you want a root ramdisk, use the next 2 lines12# (Edit the ramdisk image name!!!!)13--ramdisk=ram-disk-image-file14--commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-11516# If you want NFS root, use the following command line (Edit the HOSTNAME!!!)17#--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp1819# If you have root on a disk partition, use this (Edit the partition name!!!)20#--commandline=0/vmlinuz HOME=/ root=/dev/sda1212223