From 6485e9d137d6fb4a95e2a920c67cd085c2ba0788 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Wed, 17 May 2023 02:11:22 -0600
Subject: [PATCH] linux: add ppc64el missing modules

---
 helpers/DATA/linux/d-i/modules/fat-modules            | 1 +
 helpers/DATA/linux/d-i/modules/ppc64el/fat-modules    | 1 +
 helpers/DATA/linux/d-i/modules/ppc64el/serial-modules | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 helpers/DATA/linux/d-i/modules/ppc64el/fat-modules
 create mode 100644 helpers/DATA/linux/d-i/modules/ppc64el/serial-modules

diff --git a/helpers/DATA/linux/d-i/modules/fat-modules b/helpers/DATA/linux/d-i/modules/fat-modules
index 0aa17c38..6c56db21 100644
--- a/helpers/DATA/linux/d-i/modules/fat-modules
+++ b/helpers/DATA/linux/d-i/modules/fat-modules
@@ -5,3 +5,4 @@ vfat ?
 nls_cp437 ?
 nls_iso8859-1 ?
 nls_utf8 ?
+nls_ascii ?
diff --git a/helpers/DATA/linux/d-i/modules/ppc64el/fat-modules b/helpers/DATA/linux/d-i/modules/ppc64el/fat-modules
new file mode 100644
index 00000000..274584eb
--- /dev/null
+++ b/helpers/DATA/linux/d-i/modules/ppc64el/fat-modules
@@ -0,0 +1 @@
+#include <fat-modules>
diff --git a/helpers/DATA/linux/d-i/modules/ppc64el/serial-modules b/helpers/DATA/linux/d-i/modules/ppc64el/serial-modules
new file mode 100644
index 00000000..6ab8b8c3
--- /dev/null
+++ b/helpers/DATA/linux/d-i/modules/ppc64el/serial-modules
@@ -0,0 +1 @@
+#include <serial-modules>
-- 
GitLab