On Fri, 26 Feb 1999, Steve Dunham wrote: >One final patch needed for the sparc: > >--- slink_cd.old Fri Feb 26 00:52:01 1999 >+++ slink_cd Fri Feb 26 00:52:54 1999 >@@ -1028,6 +1028,7 @@ > cat - > boot1/boot/silo.conf << __EOF__ > message=!cd1 > timeout=300 >+root=/dev/ram > image[sun4c,sun4d,sun4m]=!cd2 > label=linux > initrd=!cd5
Hmmm. I have that already: # put the relevant parts of SILO boot loader mkdir -p boot1/boot cp -p $BOOTDIR/cd.b $BOOTDIR/second.b boot1/boot cat - > boot1/boot/silo.conf << __EOF__ message=!cd1 timeout=300 root=/dev/ram image[sun4c,sun4d,sun4m]=!cd2 label=linux initrd=!cd5 image[sun4u]=!cd4 label=linux initrd=!cd5 image[sun4c,sun4d,sun4m]=!cd3 label=linux-2.2 initrd=!cd5 image[sun4u]=!cd4 label=linux-2.2 initrd=!cd5 __EOF__ -- Steve McIntyre, Allstor Software [EMAIL PROTECTED] Also available from [EMAIL PROTECTED] "Can't keep my eyes from the circling sky, "Tongue-tied & twisted, Just an earth-bound misfit, I..."

