]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/parisc/defpalo.conf
selftests: check hot-pluggagble memory for memory-hotplug test
[mirror_ubuntu-zesty-kernel.git] / arch / parisc / defpalo.conf
CommitLineData
1da177e4
LT
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
594174d8 7--recoverykernel=vmlinuz
1da177e4
LT
8
9########## Pick your ROOT here! ##########
10# You need at least one 'root='!
11#
12# If you want a root ramdisk, use the next 2 lines
13# (Edit the ramdisk image name!!!!)
14--ramdisk=ram-disk-image-file
594174d8 15--commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
1da177e4
LT
16
17# If you want NFS root, use the following command line (Edit the HOSTNAME!!!)
594174d8 18#--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp
1da177e4
LT
19
20# If you have root on a disk partition, use this (Edit the partition name!!!)
594174d8 21#--commandline=0/vmlinuz HOME=/ root=/dev/sda1