From 51713b2a7315f6c4eae0e08216d21fb4b0d53906 Mon Sep 17 00:00:00 2001 From: Charlie Lewis Date: Wed, 25 Feb 2015 13:05:38 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa9063c3..c4ec68ca 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Since RancherOS is so small the default console is based off of Busybox. This i Run the above but with `disable` to turn it off. Currently you have to reboot the system to enable the new console. I the future it will be dynamic and just require you to log out and back in. -### Console is ephmereal +### Console is ephemeral The console (and all system containers) are ephemeral. This means on each reboot of the system all changes to the console are lost. Any changes in `/home` or `/opt` will be persisted though. Additionally, on startup of the console container, if `/opt/rancher/bin/start.sh` exists, it will be executed. You can add anything to that script to configure your console the way you want it.