VFS: Don't try to mount the no longer existing /boot/common packagefs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2011, Ingo Weinhold, [email protected].
|
* Copyright 2007-2014, Ingo Weinhold, [email protected].
|
||||||
* Copyright 2002-2010, Axel Dörfler, [email protected].
|
* Copyright 2002-2010, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
@@ -534,14 +534,6 @@ vfs_mount_boot_file_system(kernel_args* args)
|
|||||||
strerror(packageMount));
|
strerror(packageMount));
|
||||||
}
|
}
|
||||||
|
|
||||||
packageMount = _kern_mount("/boot/common", NULL, kPackageFSName, 0,
|
|
||||||
"packages /boot/common/packages; type common",
|
|
||||||
0 /* unused argument length */);
|
|
||||||
if (packageMount < 0) {
|
|
||||||
dprintf("Failed to mount common packagefs: %s\n",
|
|
||||||
strerror(packageMount));
|
|
||||||
}
|
|
||||||
|
|
||||||
packageMount = _kern_mount("/boot/home/config", NULL, kPackageFSName, 0,
|
packageMount = _kern_mount("/boot/home/config", NULL, kPackageFSName, 0,
|
||||||
"packages /boot/home/config/packages; type home",
|
"packages /boot/home/config/packages; type home",
|
||||||
0 /* unused argument length */);
|
0 /* unused argument length */);
|
||||||
|
|||||||
Reference in New Issue
Block a user