]> git.ipfire.org Git - thirdparty/grub.git/commit
mbr: Warn if MBR gap is small and user uses advanced modules
authorVladimir Serbinenko <phcoder@google.com>
Mon, 27 Apr 2020 15:50:04 +0000 (17:50 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Sat, 12 Dec 2020 00:19:03 +0000 (01:19 +0100)
commit5fd18f77eea35115fa7219bb4c75b0ba48920f8a
tree54bc19f65ac316eb0de3dc971d796e4709db5f77
parentba4b3a7b1e362f31c7796397911d192a77ae5e1e
mbr: Warn if MBR gap is small and user uses advanced modules

We don't want to support small MBR gap in pair with anything but the
simplest config of biosdisk + part_msdos + simple filesystem. In this
path "simple filesystems" are all current filesystems except ZFS and
Btrfs.

Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/partmap/gpt.c
grub-core/partmap/msdos.c
include/grub/partition.h
include/grub/util/install.h
util/grub-install-common.c
util/grub-install.c
util/grub-setup.c
util/setup.c