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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"