[Midnightbsd-cvs] src [11298] trunk/usr.sbin/bsdinstall/partedit/scripted.c: ufs

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 4 09:46:34 EDT 2018


Revision: 11298
          http://svnweb.midnightbsd.org/src/?rev=11298
Author:   laffer1
Date:     2018-07-04 09:46:34 -0400 (Wed, 04 Jul 2018)
Log Message:
-----------
ufs

Modified Paths:
--------------
    trunk/usr.sbin/bsdinstall/partedit/scripted.c

Modified: trunk/usr.sbin/bsdinstall/partedit/scripted.c
===================================================================
--- trunk/usr.sbin/bsdinstall/partedit/scripted.c	2018-07-04 13:43:24 UTC (rev 11297)
+++ trunk/usr.sbin/bsdinstall/partedit/scripted.c	2018-07-04 13:46:34 UTC (rev 11298)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2013 Nathan Whitehorn
  * All rights reserved.
@@ -23,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: stable/10/usr.sbin/bsdinstall/partedit/scripted.c 273831 2014-10-29 16:48:18Z nwhitehorn $
  */
 
 #include <sys/param.h>
@@ -109,7 +110,7 @@
 
 	/* Create partitions */
 	if (config == NULL) {
-		wizard_makeparts(&mesh, disk, 0);
+		wizard_makeparts(&mesh, disk, "ufs", 0);
 		goto finished;
 	}
 



More information about the Midnightbsd-cvs mailing list