fix(vm_image_util): Fix typo in README

This commit is contained in:
Michael Marineau 2014-03-23 11:43:36 -07:00
parent 066bd23df8
commit 5ab320d317

View File

@ -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
}