2005-04-16 22:20:36 +00:00
|
|
|
# This a generic Palo configuration file. For more information about how
|
|
|
|
# it works try 'palo -?'.
|
|
|
|
#
|
|
|
|
# Most people using 'make palo' want a bootable file, usable for
|
|
|
|
# network or tape booting for example.
|
|
|
|
--init-tape=lifimage
|
2013-06-29 11:31:24 +00:00
|
|
|
--recoverykernel=vmlinuz
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
########## Pick your ROOT here! ##########
|
|
|
|
# You need at least one 'root='!
|
|
|
|
#
|
|
|
|
# If you want a root ramdisk, use the next 2 lines
|
|
|
|
# (Edit the ramdisk image name!!!!)
|
|
|
|
--ramdisk=ram-disk-image-file
|
2013-06-29 11:31:24 +00:00
|
|
|
--commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
# If you want NFS root, use the following command line (Edit the HOSTNAME!!!)
|
2013-06-29 11:31:24 +00:00
|
|
|
#--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
# If you have root on a disk partition, use this (Edit the partition name!!!)
|
2013-06-29 11:31:24 +00:00
|
|
|
#--commandline=0/vmlinuz HOME=/ root=/dev/sda1
|