Initial version of a unified installboot(8) that lives outside of
authorjsing <jsing@openbsd.org>
Fri, 27 Dec 2013 13:52:40 +0000 (13:52 +0000)
committerjsing <jsing@openbsd.org>
Fri, 27 Dec 2013 13:52:40 +0000 (13:52 +0000)
commita7036d21ba699d3f318ea3f02aed242626e67966
treee2f3eb1751f851dcd12ffdfdabdb49bae3897a4a
parentd67465e2e2e064846b341e459203c0f1ee381031
Initial version of a unified installboot(8) that lives outside of
sys/arch/${MACHINE}/stand. For now this only supports i386, however
additional architectures will be added and further development can happen
in tree.

Requested by deraadt@ quite some time ago.
usr.sbin/installboot/Makefile [new file with mode: 0644]
usr.sbin/installboot/i386/Makefile.inc [new file with mode: 0644]
usr.sbin/installboot/i386/i386_installboot.c [new file with mode: 0644]
usr.sbin/installboot/i386/i386_installboot.h [new file with mode: 0644]
usr.sbin/installboot/i386/i386_softraid.c [new file with mode: 0644]
usr.sbin/installboot/installboot.c [new file with mode: 0644]
usr.sbin/installboot/installboot.h [new file with mode: 0644]
usr.sbin/installboot/softraid.c [new file with mode: 0644]