CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2012/03/19 09:20:16
Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/libsa: dev_i386.c Log message: Only change the default boot device to a bootable softraid volume, if we are able to handle the given discipline. At this stage amd64 boot(8) is limited to RAID 1. This makes life easier for users who are booting from a softraid crypto volume, but are loading a kernel from hd0a:/bsd. Tested by jr...@devio.us - thanks!