You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch

20 lines
656 B
Diff

--- a/init/main.c
+++ b/init/main.c
@@ -831,11 +831,11 @@ static noinline int init_post(void)
* The Bourne shell can be used instead of init if we are
* trying to recover a really broken machine.
*/
- if (execute_command) {
- run_init_process(execute_command);
- printk(KERN_WARNING "Failed to execute %s. Attempting "
- "defaults...\n", execute_command);
- }
+ //if (execute_command) {
+ // run_init_process(execute_command);
+ // printk(KERN_WARNING "Failed to execute %s. Attempting "
+ // "defaults...\n", execute_command);
+ //}
run_init_process("/etc/preinit");
panic("No init found. Try passing init= option to kernel.");