You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
434 B
15 lines
434 B
16 years ago
|
--- a/init/main.c
|
||
|
+++ b/init/main.c
|
||
15 years ago
|
@@ -836,10 +836,7 @@ static noinline int init_post(void)
|
||
16 years ago
|
printk(KERN_WARNING "Failed to execute %s. Attempting "
|
||
|
"defaults...\n", execute_command);
|
||
|
}
|
||
|
- run_init_process("/sbin/init");
|
||
|
- run_init_process("/etc/init");
|
||
|
- run_init_process("/bin/init");
|
||
|
- run_init_process("/bin/sh");
|
||
|
+ run_init_process("/etc/preinit");
|
||
|
|
||
|
panic("No init found. Try passing init= option to kernel.");
|
||
|
}
|