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
This commit is contained in:
Edward Tomasz Napierala 2018-08-15 12:12:21 +00:00
parent 8cba5da75e
commit e77b6cfe34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337837

View File

@ -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");