From owner-p4-projects@FreeBSD.ORG Wed Jul 2 04:20:15 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 10D7B37B40B; Wed, 2 Jul 2003 04:20:15 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D1B37B401 for ; Wed, 2 Jul 2003 04:20:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD75F44028 for ; Wed, 2 Jul 2003 04:20:13 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h62BKD0U029021 for ; Wed, 2 Jul 2003 04:20:13 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h62BKDrO028998 for perforce@freebsd.org; Wed, 2 Jul 2003 04:20:13 -0700 (PDT) Date: Wed, 2 Jul 2003 04:20:13 -0700 (PDT) Message-Id: <200307021120.h62BKDrO028998@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@nailabs.com using -f From: Chris Vance To: Perforce Change Reviews Subject: PERFORCE change 33976 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 11:20:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=33976 Change 33976 by cvance@cvance_demo on 2003/07/02 04:19:21 Tweak the sysinstall program just a bit, default to the UFS2 filesystem, and remove options to install "All", since they are unsupported with this release. Affected files ... .. //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#2 edit .. //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/menus.c#2 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#2 (text+ko) ==== @@ -337,7 +337,11 @@ pi->newfs_data.newfs_ufs.acls = FALSE; pi->newfs_data.newfs_ufs.multilabel = FALSE; pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/"); - pi->newfs_data.newfs_ufs.ufs2 = FALSE; + /* + * SEBSD/MAC Need to default to ufs2, for label support + * and because ufs1 is broken with this installer version + */ + pi->newfs_data.newfs_ufs.ufs2 = TRUE; return pi; } ==== //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/menus.c#2 (text+ko) ==== @@ -919,8 +919,6 @@ "distributions", { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, - { "All", "All system sources, binaries and X Window System)", - checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Reset", "Reset selected distribution list to nothing", NULL, distReset, NULL, NULL, ' ', ' ', ' ' }, { "4 Developer", "Full sources, binaries and doc but no games", @@ -951,8 +949,6 @@ NULL, { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, - { "All", "All system sources, binaries and X Window System", - NULL, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Reset", "Reset all of the below", NULL, distReset, NULL, NULL, ' ', ' ', ' ' }, { " base", "Binary base distribution (required)",