From 5ab320d317db73f6e4120802eca39f6fb6322cd5 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 23 Mar 2014 11:43:36 -0700 Subject: [PATCH] fix(vm_image_util): Fix typo in README --- build_library/vm_image_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index e70efcd21a..da9c9fc9e2 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -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 }