summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_conf.c4
-rw-r--r--sys/kern/vfs_mount.c4
2 files changed, 4 insertions, 4 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");
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 595a323..5bafcc8 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.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