From af3243b5d52fcd97a24dfc6e28d8ac4d4c7bfdc3 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 18 Apr 2010 18:35:47 +0000 Subject: kernel: refresh patches with 2.6.34-rc4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20999 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch') diff --git a/target/linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch b/target/linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch index c1f8ef075..5499f75bc 100644 --- a/target/linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch +++ b/target/linux/generic-2.6/patches-2.6.34/999-use_preinit_as_init.patch @@ -1,6 +1,6 @@ --- a/init/main.c +++ b/init/main.c -@@ -831,10 +831,7 @@ static noinline int init_post(void) +@@ -842,10 +842,7 @@ static noinline int init_post(void) printk(KERN_WARNING "Failed to execute %s. Attempting " "defaults...\n", execute_command); } @@ -10,5 +10,5 @@ - run_init_process("/bin/sh"); + run_init_process("/etc/preinit"); - panic("No init found. Try passing init= option to kernel."); - } + panic("No init found. Try passing init= option to kernel. " + "See Linux Documentation/init.txt for guidance."); -- cgit v1.2.3