* 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:
parent
ae53f49064
commit
c39811b8b3
@ -457,7 +457,7 @@ vfs_mount_boot_file_system(kernel_args* args)
|
||||
TRACE(("trying to mount boot partition: %s\n", path.Path()));
|
||||
gBootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
|
||||
if (gBootDevice >= B_OK) {
|
||||
gReadOnlyBootDevice = true;
|
||||
gReadOnlyBootDevice = readOnly;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user