coreos / coreos-installer

Installer for CoreOS disk images
https://coreos.github.io/coreos-installer/
Apache License 2.0
217 stars 92 forks source link

s390x: call zipl using exact kernel, ramdisk and cmdline #1422

Closed nikita-dubrovskii closed 4 months ago

nikita-dubrovskii commented 4 months ago

There is no need to copy boot/loader/entries folder and to create temporary zipl.conf , instead we could parse bls config and tell zipl which image and disk to use. This also fixes an issue when images comes with bootprefix.

Issue: https://github.com/coreos/fedora-coreos-tracker/issues/1667