mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 21:07:19 +02:00
a1ba60f462
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16738 3c298f89-4303-0410-b956-a3cf2f4a3e73
20 lines
723 B
Diff
20 lines
723 B
Diff
--- linux-2.6.30.1/init/main.c.orig 2009-07-07 19:35:25.000000000 +0200
|
|
+++ linux-2.6.30.1/init/main.c 2009-07-07 19:35:39.000000000 +0200
|
|
@@ -830,11 +830,11 @@
|
|
* The Bourne shell can be used instead of init if we are
|
|
* trying to recover a really broken machine.
|
|
*/
|
|
- if (execute_command) {
|
|
- run_init_process(execute_command);
|
|
- printk(KERN_WARNING "Failed to execute %s. Attempting "
|
|
- "defaults...\n", execute_command);
|
|
- }
|
|
+ //if (execute_command) {
|
|
+ // run_init_process(execute_command);
|
|
+ // printk(KERN_WARNING "Failed to execute %s. Attempting "
|
|
+ // "defaults...\n", execute_command);
|
|
+ //}
|
|
run_init_process("/etc/preinit");
|
|
|
|
panic("No init found. Try passing init= option to kernel.");
|