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:
commit
c72ebb627e
@ -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>
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user