CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/27 06:52:40
Added files:
usr.sbin/installboot: Makefile installboot.c installboot.h
softraid.c
usr.sbin/installboot/i386: Makefile.inc i386_installboot.c
i386_installboot.h i386_softraid.c
Log message:
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.