VFS: Don't try to mount the no longer existing /boot/common packagefs
This commit is contained in:
parent
5c0f8450ac
commit
8585939dca
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007-2011, Ingo Weinhold, ingo_weinhold@gmx.de.
|
||||
* Copyright 2007-2014, Ingo Weinhold, ingo_weinhold@gmx.de.
|
||||
* Copyright 2002-2010, Axel Dörfler, axeld@pinc-software.de.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
@ -534,14 +534,6 @@ vfs_mount_boot_file_system(kernel_args* args)
|
||||
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,
|
||||
"packages /boot/home/config/packages; type home",
|
||||
0 /* unused argument length */);
|
||||
|
Loading…
Reference in New Issue
Block a user