Accepting request 908899 from devel:kubic:ignition

OBS-URL: https://build.opensuse.org/request/show/908899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2021-07-28 17:21:43 +00:00 committed by Git OBS Bridge
commit c72ebb627e
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
}