mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-29 21:14:28 -04:00 
			
		
		
		
	Based on 4.4-rc3. Runtime tested on MIPS. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47701
		
			
				
	
	
		
			13 lines
		
	
	
		
			465 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			465 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/init/main.c
 | |
| +++ b/init/main.c
 | |
| @@ -964,7 +964,8 @@ static int __ref kernel_init(void *unuse
 | |
|  		panic("Requested init %s failed (error %d).",
 | |
|  		      execute_command, ret);
 | |
|  	}
 | |
| -	if (!try_to_run_init_process("/sbin/init") ||
 | |
| +	if (!try_to_run_init_process("/etc/preinit") ||
 | |
| +	    !try_to_run_init_process("/sbin/init") ||
 | |
|  	    !try_to_run_init_process("/etc/init") ||
 | |
|  	    !try_to_run_init_process("/bin/init") ||
 | |
|  	    !try_to_run_init_process("/bin/sh"))
 |