diff --git a/Makefile b/Makefile
index 82e36901..a34fcdc4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,7 @@
 KUBECONFIG = $(shell pwd)/metal/kubeconfig.yaml
 KUBE_CONFIG_PATH = $(KUBECONFIG)
 
-default: metal bootstrap wait
-
-all: metal bootstrap external wait
+default: metal bootstrap external wait
 
 configure:
 	./scripts/configure
diff --git a/docs/installation/development.md b/docs/installation/development.md
index c20657d5..7291720d 100644
--- a/docs/installation/development.md
+++ b/docs/installation/development.md
@@ -35,7 +35,7 @@ git checkout dev
 
 ## Build
 
-Open the tools container:
+Open the tools container, which includes all the tools needed:
 
 ```sh
 make tools
diff --git a/docs/installation/production/configuration.md b/docs/installation/production/configuration.md
index 30bfce1a..51f234e0 100644
--- a/docs/installation/production/configuration.md
+++ b/docs/installation/production/configuration.md
@@ -1,6 +1,6 @@
 # Configuration
 
-Open the tools container if you haven't already:
+Open the tools container, which includes all the tools needed:
 
 ```sh
 make tools
diff --git a/docs/installation/production/deployment.md b/docs/installation/production/deployment.md
index 649423b0..120bc230 100644
--- a/docs/installation/production/deployment.md
+++ b/docs/installation/production/deployment.md
@@ -1,6 +1,6 @@
 # Deployment
 
-Open the tools container, which includes all the tools needed:
+Open the tools container if you haven't already:
 
 ```sh
 make tools
diff --git a/docs/installation/production/external-resources.md b/docs/installation/production/external-resources.md
index a7d02ec5..41ad1432 100644
--- a/docs/installation/production/external-resources.md
+++ b/docs/installation/production/external-resources.md
@@ -15,11 +15,6 @@ Below is a list of external resources and why we need them (also see some [alter
 <!-- | Minio           | Bucket     | Onsite backup                                                                                               | -->
 <!-- | AWS             | S3 Glacier | Offsite backup                                                                                              | -->
 
-This layer will:
-
-- Create external resources
-- Add external secrets to namespaces
-
 ## Create credentials
 
 You'll be asked to provide these credentials on first build.