table of contents
coreos-installer(8) | System Manager's Manual | coreos-installer(8) |
NAME¶
coreos-installer-iso-kargs-modify - Modify kernel args in an ISO image
SYNOPSIS¶
coreos-installer-iso-kargs-modify [-a|--append] [-d|--delete] [-r|--replace] [-o|--output] [-h|--help] [-V|--version] <ISO>
DESCRIPTION¶
Modify kernel args in an ISO image
OPTIONS¶
- -a, --append=KARG
- Kernel argument to append
- -d, --delete=KARG
- Kernel argument to delete
- -r, --replace=KARG=OLDVAL=NEWVAL
- Kernel argument to replace
- -o, --output=PATH
- Write ISO to a new output file
- -h, --help
- Print help
- -V, --version
- Print version
- <ISO>
- ISO image
VERSION¶
v0.21.0
coreos-installer 0.21.0 |