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 c166543507
commit 9cf59043a1

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