defpalo.conf 815 B

123456789101112131415161718192021
  1. # This a generic Palo configuration file. For more information about how
  2. # it works try 'palo -?'.
  3. #
  4. # Most people using 'make palo' want a bootable file, usable for
  5. # network or tape booting for example.
  6. --init-tape=lifimage
  7. --recoverykernel=vmlinuz
  8. ########## Pick your ROOT here! ##########
  9. # You need at least one 'root='!
  10. #
  11. # If you want a root ramdisk, use the next 2 lines
  12. # (Edit the ramdisk image name!!!!)
  13. --ramdisk=ram-disk-image-file
  14. --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
  15. # If you want NFS root, use the following command line (Edit the HOSTNAME!!!)
  16. #--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp
  17. # If you have root on a disk partition, use this (Edit the partition name!!!)
  18. #--commandline=0/vmlinuz HOME=/ root=/dev/sda1