Subject: Re: How to make boot floppies? To: Yubyub bird <jonl@yubyub.net> From: Andrew Doran <ad@netbsd.org> List: port-i386 Date: 01/16/2001 06:38:36
I think you'd do this, as root:
cd src/sys/arch/i386
(cd stand; make machine)
(cd conf; config INSTALL)
(cd compile/INSTALL; make)
cd ../../../distrib/i386/floppies
make
It will bum out complaining about INSTALL_TINY.
cd fdset
make
ls