summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-02-17 23:32:08 +0000
committermsmith <msmith@FreeBSD.org>2000-02-17 23:32:08 +0000
commit89f6fa0f491db3d48d448e5c6a3085b813a03d24 (patch)
tree1211e78c22750172e1add9c3e4bf18ba3c325eb6 /sys/kern/vfs_mount.c
parent170be2ce1212108cbc237b9dd81ad3396b179438 (diff)
downloadFreeBSD-src-89f6fa0f491db3d48d448e5c6a3085b813a03d24.zip
FreeBSD-src-89f6fa0f491db3d48d448e5c6a3085b813a03d24.tar.gz
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
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 04cf2b1..8aaa482 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -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);
OpenPOWER on IntegriCloud