CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/05 12:34:10
Modified files:
sys/arch/i386/stand/installboot: installboot.c
sys/arch/amd64/stand/installboot: installboot.c
Log message:
Don't write /boot to sector 0 on non-floppy devices. Non-floppy
devices must have an OpenBSD MBR partition to install /boot into.
But search anything except floppy devices (e.g. vnd) for such a
partition.
Feedback & ok deraadt@
