coreos / layering-examples

Apache License 2.0
105 stars 24 forks source link

initramfs-module: add example adding a module to the initramfs #63

Closed jmarrero closed 1 year ago

jmarrero commented 1 year ago

Demos generating a initramfs with specific modules added and omitted.

cgwalters commented 1 year ago

BTW this all relates to https://bugzilla.redhat.com/show_bug.cgi?id=1380866

jmarrero commented 1 year ago

putting back as draft as with FIPS I can't get it to boot with or without the /dev/random workaround. Need to dig.

cgwalters commented 1 year ago

AFAIK no one is really testing FIPS in Fedora today. The FIPS setup only lives in RHCOS today. So...I'd be fine ignoring the FIPS-FCOS problem for now if you prefer!

jmarrero commented 1 year ago

I was able to reboot into the image with the current example on Fedora, no need for the cpio file with /dev/random on FCOS and no fips. merging