layout | parent | nav_order |
---|---|---|
default |
Command line reference |
4 |
{: .no_toc }
- TOC {:toc}
Embed an Ignition config in an ISO image
coreos-installer iso ignition embed [options] ISO
| ISO | ISO image |
| --force, -f | Overwrite an existing Ignition config | | --ignition-file, -i path | Ignition config to embed [default: stdin] | | --output, -o path | Write ISO to a new output file |
Show the embedded Ignition config from an ISO image
coreos-installer iso ignition show ISO
| ISO | ISO image |
Remove an existing embedded Ignition config from an ISO image
coreos-installer iso ignition remove ISO
| ISO | ISO image |
| --output, -o path | Copy to a new file, instead of modifying in place |
Modify kernel args in an ISO image
coreos-installer iso kargs modify ISO
| ISO | ISO image |
| --append, -a KARG... | Kernel argument to append | | --delete, -d KARG... | Kernel argument to delete | | --replace, -r KARG=OLDVAL=NEWVAL... | Kernel argument to replace | | --output, -o path | Write ISO to a new output file |
Reset kernel args in an ISO image to defaults
coreos-installer iso kargs reset ISO
| ISO | ISO image |
| --output, -o path | Write ISO to a new output file |
Show kernel args from an ISO image
coreos-installer iso kargs show ISO
| ISO | ISO image |
| --default, -d | Show default kernel args |