summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_conf.c')
-rw-r--r--sys/kern/vfs_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index 595a323..5bafcc8 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -268,9 +268,9 @@ vfs_mountroot_ask(void)
printf("\nManual root filesystem specification:\n");
printf(" <fstype>:<device> Mount <device> using filesystem <fstype>\n");
#if defined(__i386__) || defined(__ia64__)
- printf(" eg. ufs:%s%s\n", _PATH_DEV, "da0s1a");
+ printf(" eg. ufs:da0s1a\n");
#else
- printf(" eg. ufs:%s%s\n", _PATH_DEV, "da0a");
+ printf(" eg. ufs:da0a\n");
#endif
printf(" ? List valid disk boot devices\n");
printf(" <empty line> Abort manual input\n");
OpenPOWER on IntegriCloud