From bc0c65023d158b75dd57fd4f9f252536c099b419 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sun, 26 Mar 2017 22:44:13 +0300 Subject: [PATCH] Now recommend using clr-boot-manager update instead of update-grub for Solus. --- configuration/modifying-grub/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modifying-grub/en.md b/configuration/modifying-grub/en.md index 95d2374..2cecf29 100644 --- a/configuration/modifying-grub/en.md +++ b/configuration/modifying-grub/en.md @@ -45,4 +45,4 @@ mount --bind /sys /target/sys ``` 6. Assuming all goes well, you should be able to do: `chroot /target` -7. Once in the chroot, run `sudo update-grub`. +7. Once in the chroot, run `sudo clr-boot-manager update`.