From owner-cvs-all@FreeBSD.ORG Mon Nov 3 18:04:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CEB816A4CE; Mon, 3 Nov 2003 18:04:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF98843FBD; Mon, 3 Nov 2003 18:04:36 -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 hA424aXJ048986; Mon, 3 Nov 2003 18:04:36 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA424apG048985; Mon, 3 Nov 2003 18:04:36 -0800 (PST) (envelope-from marcel) Message-Id: <200311040204.hA424apG048985@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 3 Nov 2003 18:04:36 -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 label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2003 02:04:37 -0000 marcel 2003/11/03 18:04:36 PST FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: o Don't tell that there's such a thing as a C suffix for specifying a partition size on ia64. It's not true. o Ask for a mountpoint for EFI partitions as well and check that it isn't "/". o On ia64 we may need to add EFI partitions. Make sure we pass the right arguments to Create_Chunk_DWIM() in that case. Revision Changes Path 1.142 +22 -7 src/usr.sbin/sysinstall/label.c