mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 05:31:53 +02:00
bff9e9b63b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14451 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
307 B
Diff
11 lines
307 B
Diff
--- a/arch/x86/kernel/setup_32.c
|
|
+++ b/arch/x86/kernel/setup_32.c
|
|
@@ -609,6 +609,7 @@ void __init setup_arch(char **cmdline_p)
|
|
print_memory_map("user");
|
|
}
|
|
|
|
+ strcat(boot_command_line, " init=/etc/preinit");
|
|
strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
|
|
*cmdline_p = command_line;
|
|
|