swconfig: add a generic method for setting the port primary vlan id (used for transpa...
[openwrt.git] / target / linux / rdc / patches-2.6.24 / 005-cmdline_setup.patch
1 --- a/arch/x86/kernel/setup_32.c
2 +++ b/arch/x86/kernel/setup_32.c
3 @@ -609,6 +609,7 @@ void __init setup_arch(char **cmdline_p)
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
This page took 0.04965 seconds and 5 git commands to generate.