Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove...
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.24 / 005-cmdline_setup.patch
1 --- linux-2.6.24.7/arch/x86/kernel/setup_32.c   2008-05-07 01:22:34.000000000 +0200
2 +++ linux-2.6.24.7.new/arch/x86/kernel/setup_32.c       2008-08-05 14:54:58.000000000 +0200
3 @@ -609,6 +609,7 @@
4                 print_memory_map("user");
5         }
6  
7 +       strcat(boot_command_line, " init=/etc/preinit");
8         strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
9         *cmdline_p = command_line;
10