mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:44:39 +02:00
ed6be451a0
Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27191 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
489 B
Diff
15 lines
489 B
Diff
--- a/init/main.c
|
|
+++ b/init/main.c
|
|
@@ -767,10 +767,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.");
|