coreos / fedora-coreos-docs

Documentation for Fedora CoreOS
https://docs.fedoraproject.org/en-US/fedora-coreos/
Other
49 stars 119 forks source link

live-booting: mention new coreos.liveiso.fromram kernel argument #577

Closed dustymabe closed 11 months ago

dustymabe commented 11 months ago

This was added in https://github.com/coreos/fedora-coreos-config/pull/2544.

See also https://github.com/coreos/fedora-coreos-tracker/issues/1552

travier commented 11 months ago

Wondering if we should make that a separated example to make it clearer that it's not needed / not the default.

dustymabe commented 11 months ago

Wondering if we should make that a separated example to make it clearer that it's not needed / not the default.

I started out this way. In fact I had it all written out and ready to submit. Then I realized that if we have two examples and one of them being optional the -o customized.iso fedora-coreos-{stable-version}-live.x86_64.iso doesn't really work so well. You'd need to add a first step that copies fedora-coreos-{stable-version}-live.x86_64.iso to customized.iso and then operate directly on that for both customize calls.

Ultimately I ended up here. Definitely open to suggestions.