Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-01-22 13:32:54 +0200
committernl6720 <nl6720@gmail.com>2023-02-02 11:49:16 +0200
commit5587e031f34d7cd1828012596453bc9b2c8be26b (patch)
tree91986f8f04a879f219ee700a24d7caf89c6b2d7c /configs
parent3f95d391eff6145e0546b8c0b69bd2851fc3c400 (diff)
Preload GRUB's NTFS, exFAT and UDF modules
There are claims that some UEFI allegedly natively support NTFS. Preload the required GRUB modules to support booting from NTFS on such systems. Additionally preload the exFAT and UEF modules, because, why not?
Diffstat (limited to 'configs')
-rw-r--r--configs/baseline/grub/grub.cfg4
-rw-r--r--configs/releng/grub/grub.cfg4
2 files changed, 8 insertions, 0 deletions
diff --git a/configs/baseline/grub/grub.cfg b/configs/baseline/grub/grub.cfg
index 7d73fe6..d606b10 100644
--- a/configs/baseline/grub/grub.cfg
+++ b/configs/baseline/grub/grub.cfg
@@ -3,6 +3,10 @@ insmod part_gpt
insmod part_msdos
insmod fat
insmod iso9660
+insmod ntfs
+insmod ntfscomp
+insmod exfat
+insmod udf
# Use graphics-mode output
insmod all_video
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg
index ddd8af2..ddf71e7 100644
--- a/configs/releng/grub/grub.cfg
+++ b/configs/releng/grub/grub.cfg
@@ -3,6 +3,10 @@ insmod part_gpt
insmod part_msdos
insmod fat
insmod iso9660
+insmod ntfs
+insmod ntfscomp
+insmod exfat
+insmod udf
# Use graphics-mode output
insmod all_video