CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2012/10/09 07:55:36
Modified files: sys/dev : softraidvar.h sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/libsa: biosdev.c diskprobe.c exec_i386.c Log message: Teach amd64 boot(8) how to access a softraid crypto volume. This allows for full disk encryption since the kernel can now be loaded directly from the crypto volume, instead of needing to be on FFS. This is currently disabled by default, however can be enabled by compiling with boot(8) 'make -DBOOT_CRYPTO'.