Specify mount type when mounting packagefs
This commit is contained in:
parent
5663e914c2
commit
ffc66d8dd7
@ -514,7 +514,7 @@ vfs_mount_boot_file_system(kernel_args* args)
|
|||||||
|
|
||||||
dev_t systemPackageMount = _kern_mount("/boot/system",
|
dev_t systemPackageMount = _kern_mount("/boot/system",
|
||||||
NULL, kPackageFSName, 0,
|
NULL, kPackageFSName, 0,
|
||||||
"packages /boot/system/packages; shine-through system",
|
"packages /boot/system/packages; type system",
|
||||||
0 /* unused argument length */);
|
0 /* unused argument length */);
|
||||||
if (systemPackageMount < 0) {
|
if (systemPackageMount < 0) {
|
||||||
panic("Failed to mount system packagefs: %s",
|
panic("Failed to mount system packagefs: %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user