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 }