aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-21 20:08:28 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-21 20:08:28 +0000
commit8689acc48cb0e3c6ca3e2fe99b82603cbcc5469e (patch)
treeb65d4f6049007a7ddb43021c62748d94a952c45e /sys/dev
parent53894badfd2c894b6a25567c81e9611e30fad840 (diff)
Notes
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);