We want /dev/md0 for ramdisk roots, not /dev/md0c.
Sponsored by: DARPA & NAI Labs
This commit is contained in:
parent
5c9a21e703
commit
a48fc07e1f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user