We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336d967 commit f51eea3Copy full SHA for f51eea3
1 file changed
contrib/rackspace/README.md
@@ -56,7 +56,7 @@ Provision a Deis Controller on Rackspace
56
2. SSH in as root with the password shown
57
3. Install the 3.11 kernel with: ```apt-get update && apt-get install -yq linux-image-generic-lts-saucy linux-headers-generic-lts-saucy && reboot```
58
4. After reboot is complete, SSH back in as root and `uname -r` to confirm kernel is `3.11.0-17-generic`
59
- 5. Run the `prepare-controller-image.sh` script to optimize the image for fast boot times
+ 5. Run the `prepare-node-image.sh` script to optimize the image for fast boot times
60
61
```console
62
$ ssh root@ip-address 'bash -s' < contrib/rackspace/prepare-node-image.sh
0 commit comments