svn commit: r318480 - stable/11/sys/boot/efi/loader
Mark Johnston
markj at FreeBSD.org
Thu May 18 18:39:25 UTC 2017
Author: markj
Date: Thu May 18 18:39:23 2017
New Revision: 318480
URL: https://svnweb.freebsd.org/changeset/base/318480
Log:
MFC r318193:
Set the right variable when overriding the default console speed.
Modified:
stable/11/sys/boot/efi/loader/main.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/boot/efi/loader/main.c
==============================================================================
--- stable/11/sys/boot/efi/loader/main.c Thu May 18 18:37:19 2017 (r318479)
+++ stable/11/sys/boot/efi/loader/main.c Thu May 18 18:39:23 2017 (r318480)
@@ -314,7 +314,7 @@ main(int argc, CHAR16 *argv[])
} else {
cpy16to8(&argv[i + 1][0], var,
sizeof(var));
- setenv("comconsole_speedspeed", var, 1);
+ setenv("comconsole_speed", var, 1);
}
i++;
break;
More information about the svn-src-stable-11
mailing list