summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/label.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index 0217661..55132b6 100644
--- a/usr.sbin/sysinstall/label.c
+++ b/usr.sbin/sysinstall/label.c
@@ -1653,6 +1653,8 @@ diskLabelNonInteractive(Device *dev)
pi = tmp->private_data = new_part(PART_FILESYSTEM, mpoint, TRUE);
tmp->private_free = safe_free;
pi->newfs_data.newfs_ufs.softupdates = soft;
+ if (!strcmp(typ, "ufs1"))
+ pi->newfs_data.newfs_ufs.ufs1 = TRUE;
}
}
}
OpenPOWER on IntegriCloud