Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ignition for openSUSE:Factory checked in at 2021-07-28 19:21:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ignition (Old) and /work/SRC/openSUSE:Factory/.ignition.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ignition" Wed Jul 28 19:21:43 2021 rev:25 rq:908899 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ignition/ignition.changes 2021-07-22 22:44:00.991148499 +0200 +++ /work/SRC/openSUSE:Factory/.ignition.new.1899/ignition.changes 2021-07-28 19:21:51.047492992 +0200 @@ -1,0 +2,6 @@ +Wed Jul 28 09:16:19 UTC 2021 - Thorsten Kukuk <ku...@suse.com> + +- Include vfat and nls kernel modules into initrd so that we can + read the ignition configuration from USB drives [bsc#1184202] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ module-setup.sh ++++++ --- /var/tmp/diff_new_pack.CuPt1M/_old 2021-07-28 19:21:51.863491921 +0200 +++ /var/tmp/diff_new_pack.CuPt1M/_new 2021-07-28 19:21:51.863491921 +0200 @@ -23,5 +23,6 @@ } installkernel() { - hostonly='' instmods iso9660 + # Make sure we can read configuration from ISO image and vfat formated USB drives + hostonly='' instmods iso9660 vfat =fs/nls }