Fixes Savannah bug #37821.
+2012-12-28 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/grub-mkconfig.in: Accept GRUB_TERMINAL_OUTPUT=vga_text.
+ Fixes Savannah bug #37821.
+
2012-12-28 Colin Watson <cjwatson@ubuntu.com>
Apply program name transformations at build-time rather than at
for x in ${GRUB_TERMINAL_OUTPUT}; do
case "x${x}" in
xgfxterm) ;;
- xconsole | xserial | xofconsole)
+ xconsole | xserial | xofconsole | xvga_text)
# make sure all our children behave in conformance with ascii..
export LANG=C;;
*) echo "Invalid output terminal \"${GRUB_TERMINAL_OUTPUT}\"" >&2 ; exit 1 ;;