/arch/parisc/defpalo.conf

https://bitbucket.org/cresqo/cm7-p500-kernel · Config · 21 lines · 18 code · 3 blank · 0 comment · 0 complexity · 4c426f5649e5ba30f25bbcfc7dafe39e MD5 · raw file

  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=vmlinux
  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/vmlinux HOME=/ root=/dev/ram initrd=0/ramdisk
  15. # If you want NFS root, use the following command line (Edit the HOSTNAME!!!)
  16. #--commandline=0/vmlinux 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/vmlinux HOME=/ root=/dev/sda1