mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-29 21:14:28 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			434 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			434 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/init/main.c
 | |
| +++ b/init/main.c
 | |
| @@ -825,10 +825,7 @@ static int noinline init_post(void)
 | |
|  		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.");
 | |
|  }
 |