diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-28 18:03:36 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-29 03:02:05 +0200 |
commit | 09a44ddd447ffcfff7fa4c230785fc4368d3a1e1 (patch) | |
tree | f0839dd4f198e582050024c0e0016d6d4c3fb993 | |
parent | fdc5f301f8d60024469c497e15641d776174dd87 (diff) |
boot/grub2: enable squashfs support by default
Size growth is minimal and generally a non-issue for x86-based
platforms.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | boot/grub2/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in index c465a4d9e..7dc5cae21 100644 --- a/boot/grub2/Config.in +++ b/boot/grub2/Config.in @@ -154,8 +154,8 @@ endif # BR2_TARGET_GRUB2_I386_PC config BR2_TARGET_GRUB2_BUILTIN_MODULES string "builtin modules" - default "boot linux ext2 fat part_msdos part_gpt normal biosdisk" if BR2_TARGET_GRUB2_I386_PC - default "boot linux ext2 fat part_msdos part_gpt normal efi_gop" \ + default "boot linux ext2 fat squash4 part_msdos part_gpt normal biosdisk" if BR2_TARGET_GRUB2_I386_PC + default "boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop" \ if BR2_TARGET_GRUB2_I386_EFI || BR2_TARGET_GRUB2_X86_64_EFI config BR2_TARGET_GRUB2_BUILTIN_CONFIG |