mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
fix(vm_image_util): Fix typo in README
This commit is contained in:
parent
066bd23df8
commit
5ab320d317
@ -381,7 +381,7 @@ _write_pxe_conf() {
|
||||
You can pass extra kernel parameters with -append, for example:
|
||||
./$(basename "${script}") -curses -append 'sshkey="PUT AN SSH KEY HERE"'
|
||||
|
||||
When using -nograhic or -serial you must also enable the serial console:
|
||||
When using -nographic or -serial you must also enable the serial console:
|
||||
./$(basename "${script}") -nographic -append 'console=ttyS0,115200n8'
|
||||
EOF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user