mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +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:
|
You can pass extra kernel parameters with -append, for example:
|
||||||
./$(basename "${script}") -curses -append 'sshkey="PUT AN SSH KEY HERE"'
|
./$(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'
|
./$(basename "${script}") -nographic -append 'console=ttyS0,115200n8'
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user