From 9cfdb5f96af7017e72775b266cce350ad216ecabba7eec10ad1331e30b8e1575 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Wed, 28 Jul 2021 14:00:07 +0000 Subject: [PATCH] Accepting request 908871 from home:kukuk:tiu - Include vfat and nls kernel modules into initrd so that we can read the ignition configuration from USB drives [bsc#1184202] OBS-URL: https://build.opensuse.org/request/show/908871 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=78 --- ignition.changes | 6 ++++++ module-setup.sh | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ignition.changes b/ignition.changes index 4b0baa0..12f426c 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 28 09:16:19 UTC 2021 - Thorsten Kukuk + +- Include vfat and nls kernel modules into initrd so that we can + read the ignition configuration from USB drives [bsc#1184202] + ------------------------------------------------------------------- Wed Jul 21 14:33:48 UTC 2021 - Ignaz Forster diff --git a/module-setup.sh b/module-setup.sh index 0b54cf6..e8fe032 100644 --- a/module-setup.sh +++ b/module-setup.sh @@ -23,5 +23,6 @@ install() { } installkernel() { - hostonly='' instmods iso9660 + # Make sure we can read configuration from ISO image and vfat formated USB drives + hostonly='' instmods iso9660 vfat =fs/nls }