From 1e048709b1e1fddb7f22a3c593167d7b9fabaf02 Mon Sep 17 00:00:00 2001 From: bktan8 Date: Tue, 24 Mar 2020 10:47:08 -0700 Subject: [PATCH] Remove CBM "update" after "set-timeout" (#1091) Closes #1090 Signed-off-by: Bun K Tan --- source/guides/maintenance/enable-systemd-boot-menu.rst | 2 -- source/tutorials/multi-boot/dual-boot-linux.rst | 1 - source/tutorials/multi-boot/dual-boot-win.rst | 2 -- 3 files changed, 5 deletions(-) diff --git a/source/guides/maintenance/enable-systemd-boot-menu.rst b/source/guides/maintenance/enable-systemd-boot-menu.rst index fe2dffcf..54d5d3a3 100644 --- a/source/guides/maintenance/enable-systemd-boot-menu.rst +++ b/source/guides/maintenance/enable-systemd-boot-menu.rst @@ -10,7 +10,6 @@ editing kernel command line parameters, etc. To set a timeout value for the systemd-boot menu, follow these steps: - #. Boot up |CL|. #. Log in. @@ -20,6 +19,5 @@ To set a timeout value for the systemd-boot menu, follow these steps: .. code-block:: bash sudo clr-boot-manager set-timeout 20 - sudo clr-boot-manager update #. Reboot. diff --git a/source/tutorials/multi-boot/dual-boot-linux.rst b/source/tutorials/multi-boot/dual-boot-linux.rst index ebda2fcf..293c071d 100644 --- a/source/tutorials/multi-boot/dual-boot-linux.rst +++ b/source/tutorials/multi-boot/dual-boot-linux.rst @@ -279,7 +279,6 @@ also provide a path to chain-boot GRUB. .. code-block:: bash sudo clr-boot-manager set-timeout 20 --path=/mnt/clearlinux - sudo clr-boot-manager update --path=/mnt/clearlinux #. Add a system-boot boot entry for GRUB. diff --git a/source/tutorials/multi-boot/dual-boot-win.rst b/source/tutorials/multi-boot/dual-boot-win.rst index 81969399..9ab75e58 100644 --- a/source/tutorials/multi-boot/dual-boot-win.rst +++ b/source/tutorials/multi-boot/dual-boot-win.rst @@ -230,8 +230,6 @@ If you prefer not to use your BIOS to load the :guilabel:`Boot Menu` and select sudo clr-boot-manager set-timeout 20 --path=/mnt/clearlinux - sudo clr-boot-manager update --path=/mnt/clearlinux - #. Umount all partitions. .. code-block:: bash