Added a temporary fix to be able to boot using bootfs.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-21 02:15:58 +00:00
parent de48335a77
commit 60ec020574

View File

@ -58,6 +58,7 @@ const char *pnp_registration_dirs[2] = {
static const char *kModulePaths[] = {
COMMON_MODULES_DIR,
"/boot/beos/system/add-ons/kernel",//SYSTEM_MODULES_DIR,
"/boot", // ToDo: this is for the bootfs boot - to be removed
NULL
};