1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Remove -d flag from ros serivice up in docs

This commit is contained in:
Josh Curl
2016-11-20 20:19:53 -08:00
parent 4d9b2595b8
commit 4abc6dd4d1
5 changed files with 10 additions and 10 deletions

View File

@@ -12,11 +12,11 @@ In order to start using ZFS, you'll need to first enable one of the [persistent
```
$ sudo ros console switch ubuntu
$ sudo ros service enable kernel-headers
$ sudo ros service up -d kernel-headers
$ sudo ros service up kernel-headers
$ sudo ros service logs kernel-headers
```
When RancherOS console has reloaded, you will have logged into the persistent console. The current kernel headers will need to be downloaded using the `ros service enable` and the service will be started with `ros service up -d kernel-headers`.
When RancherOS console has reloaded, you will have logged into the persistent console. The current kernel headers will need to be downloaded using the `ros service enable` and the service will be started with `ros service up kernel-headers`.
You can make sure that the headers are in the right place by looking at the kernel-headers service logs.