[parisc-linux] palo, update to README.INSTALL
Grant Grundler
grundler@cup.hp.com
Fri, 19 Jan 2001 12:31:29 -0800
Paul Bame wrote:
>
> palo's command line has changed since README.INSTALL was written, so
> if you have a newer palo (for example
> ftp://puffin.external.hp.com/pub/parisc/binaries/userspace/palo-20010118.tgz)
> please note this change.
>
> Where README.INSTALL uses 'palo -I -k ... /dev/sda' please change it
> to 'palo -k ... -I /dev/sda' -- the -I option now requires an argument.
And need to add "console=ttyS0" parameter too!
I'm using CONFIG_SERIAL_CONSOLE on c3k:
palo -I /dev/sda -k /boot/vmlinux -b /boot/iplboot \
-c '3/boot/vmlinux console=ttyS0 TERM=linux HOME=/ root=/dev/sda3'
grant