mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			489 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			489 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/init/main.c
 | 
						|
+++ b/init/main.c
 | 
						|
@@ -780,10 +780,7 @@ static noinline int 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. "
 | 
						|
 	      "See Linux Documentation/init.txt for guidance.");
 |