From owner-cvs-all Wed Nov 13 17:48:51 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 D5F0037B404; Wed, 13 Nov 2002 17:48:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE6243E7B; Wed, 13 Nov 2002 17:48:50 -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 gAE1kLmV091035; Wed, 13 Nov 2002 17:46:21 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE1kLlp091034; Wed, 13 Nov 2002 17:46:21 -0800 (PST) Message-Id: <200211140146.gAE1kLlp091034@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 13 Nov 2002 17:46:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall 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/13 17:46:21 PST Modified files: usr.sbin/sysinstall install.c label.c Log: Add conditional code specific to ia64 to allow newfs(8)-ing FAT partitions marked as being of type efi. This change adds code to 1. actually run the newfs command at mount time (install.c), 2. display the newfs state on screen (label.c) 3. allow toggling of the newfs state (label.c) Even though newfs(8)-ing FAT partitions can be of use on i386 machines in general, it has been opted to minimize impact for now. Revision Changes Path 1.332 +11 -1 src/usr.sbin/sysinstall/install.c 1.130 +48 -2 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message