Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.
MFC after: 2 week.
This commit is contained in:
parent
3c66b23034
commit
a8bb63996e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user