3 @@ -831,11 +831,11 @@ static noinline int init_post(void)
4 * The Bourne shell can be used instead of init if we are
5 * trying to recover a really broken machine.
7 - if (execute_command) {
8 - run_init_process(execute_command);
9 - printk(KERN_WARNING "Failed to execute %s. Attempting "
10 - "defaults...\n", execute_command);
12 + //if (execute_command) {
13 + // run_init_process(execute_command);
14 + // printk(KERN_WARNING "Failed to execute %s. Attempting "
15 + // "defaults...\n", execute_command);
17 run_init_process("/etc/preinit");
19 panic("No init found. Try passing init= option to kernel.");