~ubuntu-core-dev/grub/+git/ubuntu:fix-seabios-ubuntu

Last commit made on 2018-06-06
Get this branch:
git clone -b fix-seabios-ubuntu https://git.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix-seabios-ubuntu
Repository:
lp:~ubuntu-core-dev/grub/+git/ubuntu

Recent commits

4791e56... by Łukasz Zemczak

git-dpm did something funny with my name, and also removed the Patch-Name field from the previous patch.

acdba3d... by Łukasz Zemczak

change version to 2.02-2ubuntu10
debian/patches/grub-shell-test-helper-disable-seabios-sercon.patch: In the
grub-shell test helper, disable seabios's serial console through fw_cfg
runtime configuration as its boot output interferes with testing.
(LP: #1775249)

0c7c2df... by Łukasz Zemczak

Rename some patches that got invalidly named in a certain way.

63deb40... by Łukasz Zemczak

merge patched-ubuntu into ubuntu

aebe41c... by Łukasz Zemczak

In the grub-shell test helper, disable seabios's serial console through fw_cfg runtime configuration as it's boot output interferes with testing.

8d39eeb... by Łukasz Zemczak

releasing package grub2 version 2.02-2ubuntu9

5a3da8c... by Łukasz Zemczak

debian/patches/add-an-auto-nvram-option-to-grub-install.patch: Add the --auto-nvram option to grub-install for auto-detecting NVRAM availability before attempting NVRAM updates.

1696f83... by Łukasz Zemczak

Add an auto-nvram option to grub-install for auto-detecting NVRAM access

This adds the auto-nvram functionality of only attempting the NVRAM
variable update if the system has access to those. Useful for dual
BIOS-EFI devices.

e209ab1... by dann frazier

releasing package grub2 version 2.02-2ubuntu8

bc351f8... by dann frazier

debian/patches/yylex-explicitly_cast_fprintf_to_void.patch: Fix FTBFS
with flex 2.6.4:

grub_script.yy.c: In function ‘yy_fatal_error’:
grub_script.yy.c:19:22: error: statement with no effect [-Werror=unused-value]
 #define fprintf(...) 0
                      ^
grub_script.yy.c:2367:2: note: in expansion of macro ‘fprintf’
  fprintf( stderr, "%s\n", msg );
  ^~~~~~~
cc1: all warnings being treated as errors