From owner-cvs-src@FreeBSD.ORG Sun Nov 2 00:58:58 2003 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 47F2316A4CE; Sun, 2 Nov 2003 00:58:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF4043FCB; Sun, 2 Nov 2003 00:58:57 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA28wvXJ057229; Sun, 2 Nov 2003 00:58:57 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA28wvqp057228; Sun, 2 Nov 2003 00:58:57 -0800 (PST) (envelope-from marcel) Message-Id: <200311020858.hA28wvqp057228@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 Nov 2003 00:58:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall Makefile label.c sysinstall.h 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: Sun, 02 Nov 2003 08:58:58 -0000 marcel 2003/11/02 00:58:57 PST FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile label.c sysinstall.h Log: o Add PART_EFI so that we can use it instead of PART_FAT on ia64 to better deal with the fact that we need an EFI partition and that we need to have a mountpoint for it. o When creating a new partition, add EFI to the list of types the user can select from. This makes it easy to create an EFI. o Do not include wizard.c on ia64. o The user cannot create a partition on ia64 that's a multiple of the cylinder size. We don't have a notion of cyclinders. Revision Changes Path 1.130 +5 -1 src/usr.sbin/sysinstall/Makefile 1.141 +52 -25 src/usr.sbin/sysinstall/label.c 1.252 +1 -0 src/usr.sbin/sysinstall/sysinstall.h