From owner-cvs-src@FreeBSD.ORG Sat Sep 18 16:57:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9697E16A4D3; Sat, 18 Sep 2004 16:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750AB43D3F; Sat, 18 Sep 2004 16:57:39 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8IGvdQe038300; Sat, 18 Sep 2004 16:57:39 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8IGvdIW038299; Sat, 18 Sep 2004 16:57:39 GMT (envelope-from delphij) Message-Id: <200409181657.i8IGvdIW038299@repoman.freebsd.org> From: Xin LI Date: Sat, 18 Sep 2004 16:57:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/sysinstall disks.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 16:57:39 -0000 delphij 2004-09-18 16:57:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall disks.c Log: MFC revision 1.153 date: 2004/09/15 08:19:03; author: delphij; state: Exp; lines: +7 -1 Clear all "active partition" bits before we set a new one. This adds a safebelt that prevents users to mark more than one "active" partitions, which will lead to a unbootable machine, especially in multi-boot configurations. Approved by: re (scottl), mentor (murray) Revision Changes Path 1.118.2.15 +7 -1 src/release/sysinstall/disks.c