summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2010-01-02 12:42:33 +0000
committernyan <nyan@FreeBSD.org>2010-01-02 12:42:33 +0000
commit2cba096a290d9e965ded84bf606c6ef40a61d0b0 (patch)
tree3e6c3250d812ac5c7f3f2496778dc9b6b949b348 /usr.sbin
parent40c63b4ab79afe70095218cd917ddcb62b65ea5e (diff)
downloadFreeBSD-src-2cba096a290d9e965ded84bf606c6ef40a61d0b0.zip
FreeBSD-src-2cba096a290d9e965ded84bf606c6ef40a61d0b0.tar.gz
Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.
MFC after: 2 week.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/label.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index 2ca947a..08cd3df 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;
OpenPOWER on IntegriCloud