mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We want /dev/md0 for ramdisk roots, not /dev/md0c.
Sponsored by: DARPA & NAI Labs
This commit is contained in:
parent
53894badfd
commit
8689acc48c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue