Steve McIntyre <[EMAIL PROTECTED]> writes: > On Fri, 26 Feb 1999, Steve McIntyre wrote:
> >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__ > or is your patch reversed? No, the line should be there. I must have fixed this before I sent you the original patch. The version you have should be fine then. Steve [EMAIL PROTECTED]

