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