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:
parent
90bb57afd9
commit
bb328b87c1
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user