Subject: Re: Diskless boot weirdness
To: None <entropy@zippy.bernstein.com>
From: Dave Sainty <David.Sainty@MCS.VUW.AC.NZ>
List: port-i386
Date: 05/20/1997 10:42:43
> Everything seems to work, but there's one annoying feature...after the
> kernel has done its thing, it pauses and says:
> 
> Insert file system floppy

Add -DONEDISK to CFLAGS in sys/arch/i386/boot/Makefile and recompile
the boot blocks (clean first).

Install a new boot block on the floppy and it will no longer pause.

Dave.