* Fixed stupid typo with big consequences as pointed out by Rene. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31098 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -457,7 +457,7 @@ vfs_mount_boot_file_system(kernel_args* args)
|
|||||||
TRACE(("trying to mount boot partition: %s\n", path.Path()));
|
TRACE(("trying to mount boot partition: %s\n", path.Path()));
|
||||||
gBootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
|
gBootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
|
||||||
if (gBootDevice >= B_OK) {
|
if (gBootDevice >= B_OK) {
|
||||||
gReadOnlyBootDevice = true;
|
gReadOnlyBootDevice = readOnly;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user