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
This commit is contained in:
Ignaz Forster 2021-07-28 14:00:07 +00:00 committed by Git OBS Bridge
parent 6484b10ac4
commit 9cfdb5f96a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 28 09:16:19 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- 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 <iforster@suse.com>

View File

@ -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
}