From 642ca429980c3cd3582163f36df04cd1dac7f8f9 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 7 Oct 2016 16:45:44 +1000 Subject: [PATCH] Updated Creating and testing os service console images (markdown) --- Creating-and-testing-os-service-console-images.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Creating-and-testing-os-service-console-images.md b/Creating-and-testing-os-service-console-images.md index 28fdc5e..cfd5396 100644 --- a/Creating-and-testing-os-service-console-images.md +++ b/Creating-and-testing-os-service-console-images.md @@ -26,4 +26,12 @@ disabled xfce disabled xfce ``` -At this point (v0.7.0rc), there are duplicates because I didn't remove the existing index.yml file entries. \ No newline at end of file +At this point (v0.7.0rc), there are duplicates because I didn't remove the existing index.yml file entries. + +if the console you're developing fails to start properly, you won't be able to examine the problem, but you can reboot, and add kernel parameters to set the console back to a known working state. + +If you're using the `rancher/os` repo, and running QEMU: + +``` +./scripts/run --append "rancher.console=default" +``` \ No newline at end of file