diff --git a/src/system/kernel/fs/vfs_boot.cpp b/src/system/kernel/fs/vfs_boot.cpp index 9dd854f0d8..f603239e79 100644 --- a/src/system/kernel/fs/vfs_boot.cpp +++ b/src/system/kernel/fs/vfs_boot.cpp @@ -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",