From owner-cvs-all Tue Nov 12 21:42:25 2002 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 0B6EB37B401; Tue, 12 Nov 2002 21:42:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C306843E3B; Tue, 12 Nov 2002 21:42:23 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5dwmV070192; Tue, 12 Nov 2002 21:39:58 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5dwdt070186; Tue, 12 Nov 2002 21:39:58 -0800 (PST) Message-Id: <200211130539.gAD5dwdt070186@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 12 Nov 2002 21:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c devices.c disks.c install.c label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/12 21:39:58 PST Modified files: usr.sbin/sysinstall config.c devices.c disks.c install.c label.c Log: Also test for type efi everywhere we currently test for type fat. With this change there's no a priori difference between EFI and FAT partitions. With this change and the corresponding change to libdisk, we can create EFI partitions, just like regular FAT partitions. Revision Changes Path 1.204 +6 -3 src/usr.sbin/sysinstall/config.c 1.142 +1 -1 src/usr.sbin/sysinstall/devices.c 1.139 +2 -0 src/usr.sbin/sysinstall/disks.c 1.331 +1 -1 src/usr.sbin/sysinstall/install.c 1.129 +1 -1 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message