OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Reyk Floeter (reykcvs.openbsd.org)
Date: Mon Aug 04 2008 - 10:58:13 CDT


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2008/08/04 09:58:13

Modified files:
        sbin/disklabel : disklabel.c
        sys/arch/amd64/stand/installboot: installboot.c
        sys/arch/amd64/stand/libsa: biosdev.c
        sys/arch/i386/stand/installboot: installboot.c
        sys/arch/i386/stand/libsa: biosdev.c

Log message:
fix extended partition support by handling chained EBRs correctly
(using a recursion limit). now OpenBSD can be installed in a
subsequent DOS/Linux-compatible extended partition.

ok krw deraadt