svn commit: r266657 - user/nwhitehorn/bsdinstall_zfspartedit/partedit

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun May 25 16:48:13 UTC 2014


Author: nwhitehorn
Date: Sun May 25 16:48:12 2014
New Revision: 266657
URL: http://svnweb.freebsd.org/changeset/base/266657

Log:
  Keep defaults on UFS for now.

Modified:
  user/nwhitehorn/bsdinstall_zfspartedit/partedit/scripted.c

Modified: user/nwhitehorn/bsdinstall_zfspartedit/partedit/scripted.c
==============================================================================
--- user/nwhitehorn/bsdinstall_zfspartedit/partedit/scripted.c	Sun May 25 16:42:33 2014	(r266656)
+++ user/nwhitehorn/bsdinstall_zfspartedit/partedit/scripted.c	Sun May 25 16:48:12 2014	(r266657)
@@ -109,7 +109,7 @@ part_config(char *disk, const char *sche
 
 	/* Create partitions */
 	if (config == NULL) {
-		wizard_makeparts(&mesh, disk, "zfs", 0);
+		wizard_makeparts(&mesh, disk, "ufs", 0);
 		goto finished;
 	}
 


More information about the svn-src-user mailing list