mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
grub_install: Add btrfs to core modules
The OEM partition is on a btrfs file system and grub has to be able to read grub.cfg from there so it makes sense to include btrfs in core modules. This avoids all other fs modules from being autoloaded during boot. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
e78a59cc65
commit
f53f1af51e
@ -43,7 +43,7 @@ GRUB_DIR="flatcar/grub/${FLAGS_target}"
|
||||
GRUB_SRC="/usr/lib/grub/${FLAGS_target}"
|
||||
|
||||
# Modules required to boot a standard CoreOS configuration
|
||||
CORE_MODULES=( normal search test fat part_gpt search_fs_uuid gzio search_part_label terminal gptprio configfile memdisk tar echo read )
|
||||
CORE_MODULES=( normal search test fat part_gpt search_fs_uuid gzio search_part_label terminal gptprio configfile memdisk tar echo read btrfs )
|
||||
|
||||
# Name of the core image, depends on target
|
||||
CORE_NAME=
|
||||
|
Loading…
Reference in New Issue
Block a user