mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	Changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46768
		
			
				
	
	
		
			13 lines
		
	
	
		
			483 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			483 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/init/main.c
 | |
| +++ b/init/main.c
 | |
| @@ -963,7 +963,8 @@ static int __ref kernel_init(void *unuse
 | |
|  		pr_err("Failed to execute %s (error %d).  Attempting defaults...\n",
 | |
|  			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"))
 |