[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: resc1440mvme167.bin broken install.sh



> > The problem turned out to be that the resc1440mvme167.bin image has
> > a broken install.sh.  I changed lines 12 and 13 to read:
> >
> > if [ ! -f install.sh ]; then
> > 	echo "Error: Change directory to the floppy before running
> this script." 1>&2
> >
> > The original was:
> >
> > if [ ! install.sh ]; then
> >         echo 1>&2 include(__ERROR_MESS__)
> >
> > Note the missing '-f' and the screwed up 'echo'.
>
> I'll see how that could happen. Ok, the rescue floppy install.sh template
> needs m4 postprocessing instead of sed. Was the drivers image OK?

Strange I'm sure I sent a patch fix this, and my copy of boot-floppies-2.1.6
appears to be using m4, perhaps the patch didn't get included until 2.1.7
and I was looking at my patched 2.1.6 sources.

Nick


Reply to: