11da177e4SLinus Torvalds# This a generic Palo configuration file. For more information about how 21da177e4SLinus Torvalds# it works try 'palo -?'. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds# Most people using 'make palo' want a bootable file, usable for 51da177e4SLinus Torvalds# network or tape booting for example. 61da177e4SLinus Torvalds--init-tape=lifimage 7*594174d8SHelge Deller--recoverykernel=vmlinuz 81da177e4SLinus Torvalds 91da177e4SLinus Torvalds########## Pick your ROOT here! ########## 101da177e4SLinus Torvalds# You need at least one 'root='! 111da177e4SLinus Torvalds# 121da177e4SLinus Torvalds# If you want a root ramdisk, use the next 2 lines 131da177e4SLinus Torvalds# (Edit the ramdisk image name!!!!) 141da177e4SLinus Torvalds--ramdisk=ram-disk-image-file 15*594174d8SHelge Deller--commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1 161da177e4SLinus Torvalds 171da177e4SLinus Torvalds# If you want NFS root, use the following command line (Edit the HOSTNAME!!!) 18*594174d8SHelge Deller#--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp 191da177e4SLinus Torvalds 201da177e4SLinus Torvalds# If you have root on a disk partition, use this (Edit the partition name!!!) 21*594174d8SHelge Deller#--commandline=0/vmlinuz HOME=/ root=/dev/sda1 22