From 60043152eb2bd423a94fd780c15276027cbe5c6c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 21 Jun 2011 19:31:40 +0200 Subject: [PATCH] Mount packagefs with "system" shine-through mode --- src/system/kernel/fs/vfs_boot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",