svn commit: r217404 - user/nwhitehorn/bsdinstall/partedit

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jan 14 14:29:43 UTC 2011


Author: nwhitehorn
Date: Fri Jan 14 14:29:42 2011
New Revision: 217404
URL: http://svn.freebsd.org/changeset/base/217404

Log:
  Clarify some behavior with a comment.

Modified:
  user/nwhitehorn/bsdinstall/partedit/part_wizard.c

Modified: user/nwhitehorn/bsdinstall/partedit/part_wizard.c
==============================================================================
--- user/nwhitehorn/bsdinstall/partedit/part_wizard.c	Fri Jan 14 14:20:54 2011	(r217403)
+++ user/nwhitehorn/bsdinstall/partedit/part_wizard.c	Fri Jan 14 14:29:42 2011	(r217404)
@@ -202,7 +202,8 @@ query:
 		struct gmesh submesh;
 		geom_gettree(&submesh);
 		gpart_create(provider_for_name(&submesh, disk),
-		    "freebsd", NULL, NULL, &retval, choice);
+		    "freebsd", NULL, NULL, &retval,
+		    choice /* Non-interactive for "Entire Disk" */);
 		geom_deletetree(&submesh);
 	} else {
 		retval = strdup(disk);


More information about the svn-src-user mailing list