From efa8e8006c09f1d55f7f94ea142d48c7a7f3f162 Mon Sep 17 00:00:00 2001 From: Markus Rexhepi-Lindberg Date: Tue, 19 May 2026 08:08:06 +0200 Subject: [PATCH] Add 'read' grub module I have personally use of this module for my FAI cd setup and would like to see it included by default. Since it is such a rudimentary module I do not see any issues with including it. --- bin/fai-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fai-cd b/bin/fai-cd index 75f238c9f..e2fe52e6b 100755 --- a/bin/fai-cd +++ b/bin/fai-cd @@ -217,7 +217,7 @@ create_grub2_image_x86() { --format=i386-pc \ --output=/tmp/core.img \ --locales="" --fonts="" \ - --install-modules="linux normal iso9660 biosdisk memdisk search ls echo test chain msdospart part_msdos part_gpt minicmd ext2 keystatus all_video font sleep gfxterm regexp" \ + --install-modules="linux normal iso9660 biosdisk memdisk search ls echo test chain msdospart part_msdos part_gpt minicmd ext2 keystatus all_video font sleep gfxterm regexp read" \ --modules="linux normal iso9660 biosdisk search" \ "boot/grub/grub.cfg=/tmp/grub.cfg" cat $NEW/usr/lib/grub/i386-pc/cdboot.img $NEW/tmp/core.img > $scratch/bios.img