On Tue, Oct 9, 2012 at 3:55 PM, Joel Sing <js...@cvs.openbsd.org> wrote: > 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'.
I think you meant: by compiling boot(8) with 'make -DBOOT_CRYPTO'. Just for the sake of clarity :) cheers, David