forked from pool/ignition
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:
parent
6484b10ac4
commit
9cfdb5f96a
@ -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>
|
Wed Jul 21 14:33:48 UTC 2021 - Ignaz Forster <iforster@suse.com>
|
||||||
|
|
||||||
|
@ -23,5 +23,6 @@ install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
installkernel() {
|
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…
x
Reference in New Issue
Block a user