Specify mount type when mounting packagefs

This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:27 +02:00
parent 5663e914c2
commit ffc66d8dd7
+1 -1
View File
@@ -514,7 +514,7 @@ vfs_mount_boot_file_system(kernel_args* args)
dev_t systemPackageMount = _kern_mount("/boot/system",
NULL, kPackageFSName, 0,
"packages /boot/system/packages; shine-through system",
"packages /boot/system/packages; type system",
0 /* unused argument length */);
if (systemPackageMount < 0) {
panic("Failed to mount system packagefs: %s",