svn commit: r337837 - head/sys/kern

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Aug 15 12:12:22 UTC 2018


Author: trasz
Date: Wed Aug 15 12:12:21 2018
New Revision: 337837
URL: https://svnweb.freebsd.org/changeset/base/337837

Log:
  In the help message at the mountroot prompt, suggest something that
  actually works and matches the bsdinstall(8) default.
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/kern/vfs_mountroot.c

Modified: head/sys/kern/vfs_mountroot.c
==============================================================================
--- head/sys/kern/vfs_mountroot.c	Wed Aug 15 11:39:13 2018	(r337836)
+++ head/sys/kern/vfs_mountroot.c	Wed Aug 15 12:12:21 2018	(r337837)
@@ -508,7 +508,7 @@ parse_dir_ask(char **conf)
 	printf("      and with the specified (optional) option list.\n");
 	printf("\n");
 	printf("    eg. ufs:/dev/da0s1a\n");
-	printf("        zfs:tank\n");
+	printf("        zfs:zroot/ROOT/default\n");
 	printf("        cd9660:/dev/cd0 ro\n");
 	printf("          (which is equivalent to: ");
 	printf("mount -t cd9660 -o ro /dev/cd0 /)\n");


More information about the svn-src-all mailing list