mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Add boot_serial and boot_multicons variables to set RB_SERIAL and
RB_MULTIPLE since this seems to be the easiest way to add these flags for non-forth loaders etc.
This commit is contained in:
parent
3800e8732f
commit
92caa29d8e
8 changed files with 16 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@ static struct
|
|||
{"boot_gdb", RB_GDB},
|
||||
{"boot_single", RB_SINGLE},
|
||||
{"boot_verbose", RB_VERBOSE},
|
||||
{"boot_multicons", RB_MULTIPLE},
|
||||
{"boot_serial", RB_SERIAL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue