Change the mountroot prompt to something that doesn't look at all like a

firmware prompt.  Several sleepy folk mistook the '>>>' for the SRM
prompt, which was never the desired idea.

Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
Approved by:	jkh
This commit is contained in:
Mike Smith 2000-02-17 23:32:08 +00:00
parent 90bb57afd9
commit bb328b87c1
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ vfs_mountroot_ask(void)
printf(" eg. ufs:/dev/da0s1a\n");
printf(" ? List valid disk boot devices\n");
printf(" <empty line> Abort manual input\n");
printf("\n>>> ");
printf("\nmountroot> ");
gets(name);
if (name[0] == 0)
return(1);

View File

@ -250,7 +250,7 @@ vfs_mountroot_ask(void)
printf(" eg. ufs:/dev/da0s1a\n");
printf(" ? List valid disk boot devices\n");
printf(" <empty line> Abort manual input\n");
printf("\n>>> ");
printf("\nmountroot> ");
gets(name);
if (name[0] == 0)
return(1);