From 159bd333c26340d077fffa47055e6d84b6eef28f Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Sun, 6 Aug 2017 11:13:27 +1000 Subject: [PATCH] Merge pull request #2033 from yamamoto-febc/fix_typo Fix typo in docs (cherry picked from commit b30d6db3b0f925b05747af280fac40b6bdf2cf47) --- docs/os/running-rancheros/server/install-to-disk/index.md | 2 +- docs/os/storage/additional-mounts/index.md | 2 +- docs/os/system-services/custom-system-services/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/os/running-rancheros/server/install-to-disk/index.md b/docs/os/running-rancheros/server/install-to-disk/index.md index 4168c1f0..34459874 100644 --- a/docs/os/running-rancheros/server/install-to-disk/index.md +++ b/docs/os/running-rancheros/server/install-to-disk/index.md @@ -76,7 +76,7 @@ rancher/os:v0.4.5 remote rancher/os:v0.5.0 remote ``` -Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularily useful for machines that will not have direct access to the internet. +Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularly useful for machines that will not have direct access to the internet. ### SSH into RancherOS diff --git a/docs/os/storage/additional-mounts/index.md b/docs/os/storage/additional-mounts/index.md index c2cb14b9..324c0931 100644 --- a/docs/os/storage/additional-mounts/index.md +++ b/docs/os/storage/additional-mounts/index.md @@ -24,6 +24,6 @@ RancherOS uses the mount syscall rather than the `mount` command behind the scen ### Shared Mounts -By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propogate to the host as well as other system services that mount these folders as shared. +By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propagate to the host as well as other system services that mount these folders as shared. See [here](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt) for a more detailed overview of shared mounts and their properties. diff --git a/docs/os/system-services/custom-system-services/index.md b/docs/os/system-services/custom-system-services/index.md index 634ad70c..b05f6be2 100644 --- a/docs/os/system-services/custom-system-services/index.md +++ b/docs/os/system-services/custom-system-services/index.md @@ -53,7 +53,7 @@ $ sudo ros service up service1 service2 service3 The https://github.com/rancher/os-services repository is used for the built-in services, but you can create your own, and configure RancherOS to use it in addition (or to replace) it. -The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories..url`. The `core` repository url is set when a release is made, and any other `` url you add will be listed together when running `ros console list`, `ros servce list` or `ros engine list` +The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories..url`. The `core` repository url is set when a release is made, and any other `` url you add will be listed together when running `ros console list`, `ros service list` or `ros engine list` For example, in RancherOS v0.7.0, the `core` repository is set to `https://raw.githubusercontent.com/rancher/os-services/v0.7.0`.