From 38c1dc5dd32b3449860384b20cb1da7639832273 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 28 Nov 2021 20:30:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40ed6ae..813bfc68 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ In a few moments you will have Kubernetes up and running on your Raspberry Pi 2, * Find the RPi IP with `ping -c raspberrypi.local`, then set `export SERVER_IP=""` with the IP -* Enable container features in the kernel, by editing `/boot/cmdline.txt` +* Enable container features in the kernel, by editing `/boot/cmdline.txt` (or `/boot/firmware/cmdline.txt` on Ubuntu) * Add the following to the end of the line: ` cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory`