Subject: Re: How to create install floppies ?
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: port-i386
Date: 04/15/2000 13:14:13
gillhaa@ghost.whirlpool.com said:
> Normally via Makefiles under /usr/src/distrib/i386/floppies.  You can
> easily modify it to build your own custom floppy.  Or just put a
> custom kernel in /usr/src/sys/arch/i386/compile/INSTALL/netbsd and
> just do a 'make' in /usr/src/distrib/i386/floppies/fdset. 

simpler: you can do eg
make KERN=/sys/arch/i386/compile/MYKERNEL/netbsd
in distrib/i386/floppies/{fdset,bootfloppy*}

best regards
Matthias