We want /dev/md0 for ramdisk roots, not /dev/md0c.

Sponsored by:	DARPA & NAI Labs
This commit is contained in:
phk 2002-10-21 20:08:28 +00:00
parent 5c9a21e703
commit a48fc07e1f

View File

@ -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);