aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index b1347ff7ab79..e2922fc98b7a 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -1146,7 +1146,7 @@ static void
md_takeroot(void *junk)
{
if (mdrootready)
- rootdevnames[0] = "ufs:/dev/md0c";
+ rootdevnames[0] = "ufs:/dev/md0";
}
SYSINIT(md_root, SI_SUB_MOUNT_ROOT, SI_ORDER_FIRST, md_takeroot, NULL);