diff options
author | peter <peter@FreeBSD.org> | 2002-06-20 06:29:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-06-20 06:29:42 +0000 |
commit | 9fb8326f23bb2805d0144aa1eff43cdc8023c1ca (patch) | |
tree | b0f7fba1cde27a6a8bf4e1708754b4ec649ca392 /sys/boot/efi/libefi | |
parent | e763131bd9020d479409485b0cedb34bf44675b9 (diff) | |
download | FreeBSD-src-9fb8326f23bb2805d0144aa1eff43cdc8023c1ca.zip FreeBSD-src-9fb8326f23bb2805d0144aa1eff43cdc8023c1ca.tar.gz |
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.
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r-- | sys/boot/efi/libefi/bootinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c index e6ba8f2..1d3e956 100644 --- a/sys/boot/efi/libefi/bootinfo.c +++ b/sys/boot/efi/libefi/bootinfo.c @@ -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} }; |