Specify mount type when mounting packagefs

This commit is contained in:
Ingo Weinhold 2011-06-24 01:04:32 +02:00
parent 5663e914c2
commit ffc66d8dd7
1 changed files with 1 additions and 1 deletions

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",