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