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