From 1b0318158d9b80b773f643454dc1aed9a1926deb Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 5 Aug 2008 13:42:36 +0000 Subject: Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions SVN-Revision: 12136 --- target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch (limited to 'target/linux/rdc/patches-2.6.24') diff --git a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch new file mode 100644 index 0000000..007477e --- /dev/null +++ b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch @@ -0,0 +1,10 @@ +--- linux-2.6.24.7/arch/x86/kernel/setup_32.c 2008-05-07 01:22:34.000000000 +0200 ++++ linux-2.6.24.7.new/arch/x86/kernel/setup_32.c 2008-08-05 14:54:58.000000000 +0200 +@@ -609,6 +609,7 @@ + print_memory_map("user"); + } + ++ strcat(boot_command_line, " init=/etc/preinit"); + strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE); + *cmdline_p = command_line; + -- cgit v1.1