From 0a5d1d875c9c38d4929a35073f62d4b8a2646e8e Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Wed, 6 Jul 2022 13:05:38 -0400 Subject: [PATCH] Add `update-grub` to cgroup solution steps (#23290) --- source/more-info/unsupported/docker_configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/more-info/unsupported/docker_configuration.markdown b/source/more-info/unsupported/docker_configuration.markdown index 4588c05b202..5c512263df9 100644 --- a/source/more-info/unsupported/docker_configuration.markdown +++ b/source/more-info/unsupported/docker_configuration.markdown @@ -31,6 +31,6 @@ following contents: When the Docker configuration file is changed and saved, you need to restart the Docker service on the host machine. -To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT`. After this change is made, you need to reboot the host completely. +To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely. You can also just re-run our [convenience installation script](https://github.com/home-assistant/supervised-installer).