Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.

MFC after:	2 week.
This commit is contained in:
Yoshihiro Takahashi 2010-01-02 12:42:33 +00:00
parent 3c66b23034
commit a8bb63996e

View File

@ -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;