mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 23:09:40 +02:00
b63bddaf53
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15381 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
420 B
Diff
11 lines
420 B
Diff
--- a/arch/x86/kernel/setup.c 2009-04-24 11:37:41.000000000 +0200
|
|
+++ b/arch/x86/kernel/setup.c 2009-04-24 11:38:43.000000000 +0200
|
|
@@ -701,6 +701,7 @@
|
|
bss_resource.start = virt_to_phys(&__bss_start);
|
|
bss_resource.end = virt_to_phys(&__bss_stop)-1;
|
|
|
|
+ strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400");
|
|
strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
|
|
*cmdline_p = command_line;
|
|
|