Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2033 from yamamoto-febc/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
SvenDowideit authored Aug 6, 2017
2 parents 79e7388 + b35d682 commit b30d6db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/os/configuration/adding-kernel-parameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ On desktop systems the Syslinux boot menu can be switched to graphical mode by a

#### Enable/Disable sshd

`rancher.ssh.daemon=false` (its enabled in the os-config) can be used to start your RancherOS with no sshd daemon. This can be used to futher reduce the ports that your system is listening on.
`rancher.ssh.daemon=false` (its enabled in the os-config) can be used to start your RancherOS with no sshd daemon. This can be used to further reduce the ports that your system is listening on.

#### Enable debug logging

Expand Down
2 changes: 1 addition & 1 deletion docs/os/running-rancheros/server/install-to-disk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/os/storage/additional-mounts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/os/system-services/custom-system-services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<name>.url`. The `core` repository url is set when a release is made, and any other `<name>` 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.<name>.url`. The `core` repository url is set when a release is made, and any other `<name>` 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`.
Expand Down

0 comments on commit b30d6db

Please sign in to comment.