diff mbox

[OSSTEST,08/35] mg-debian-installer-update: backports: Add modules for EFI

Message ID 1484914764-20861-9-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Jan. 20, 2017, 12:18 p.m. UTC
UEFI uses vfat for the boot partiton.
This also means we need some charset modules.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 mg-debian-installer-update | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/mg-debian-installer-update b/mg-debian-installer-update
index 12586f8..079d3e8 100755
--- a/mg-debian-installer-update
+++ b/mg-debian-installer-update
@@ -146,6 +146,8 @@  if [ x$bpok != x ]; then
                          -path \*/kernel/fs/mbcache.ko -o \
                          -path \*/kernel/fs/ext\* -o \
                          -path \*/kernel/fs/jbd\* -o \
+                         -path \*/kernel/fs/fat\* -o \
+                         -path \*/kernel/fs/nls/\* -o \
                          -path \*/kernel/drivers/clk/\* -o \
                          -path \*/kernel/drivers/mmc/\* -o \
                          -path \*/kernel/drivers/phy/\* -o \