From a8bb63996e091011c6e09005290055cafb859cb9 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sat, 2 Jan 2010 12:42:33 +0000 Subject: [PATCH] Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2. MFC after: 2 week. --- usr.sbin/sysinstall/label.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 2ca947a724d3..08cd3dfe5e57 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -384,11 +384,7 @@ new_part(PartType type, char *mpoint, Boolean newfs) pi->newfs_data.newfs_ufs.acls = FALSE; pi->newfs_data.newfs_ufs.multilabel = FALSE; pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/"); -#ifdef PC98 - pi->newfs_data.newfs_ufs.ufs1 = TRUE; -#else pi->newfs_data.newfs_ufs.ufs1 = FALSE; -#endif } return pi;