Mount packagefs with "system" shine-through mode
This commit is contained in:
@@ -513,7 +513,8 @@ vfs_mount_boot_file_system(kernel_args* args)
|
||||
static const char* const kPackageFSName = "packagefs";
|
||||
|
||||
dev_t systemPackageMount = _kern_mount("/boot/system",
|
||||
NULL, kPackageFSName, 0, "packages /boot/system/packages",
|
||||
NULL, kPackageFSName, 0,
|
||||
"packages /boot/system/packages; shine-through system",
|
||||
0 /* unused argument length */);
|
||||
if (systemPackageMount < 0) {
|
||||
panic("Failed to mount system packagefs: %s",
|
||||
|
||||
Reference in New Issue
Block a user