From 69f7314da201cd189c9ff26ea84f9586d6da4b51 Mon Sep 17 00:00:00 2001 From: bktan8 Date: Wed, 13 Nov 2019 08:51:34 -0800 Subject: [PATCH] Added bash console directive for the clr-boot-manager commands. (#914) Signed-off-by: Bun K Tan --- source/guides/maintenance/enable-systemd-boot-menu.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/guides/maintenance/enable-systemd-boot-menu.rst b/source/guides/maintenance/enable-systemd-boot-menu.rst index 8360403e..fe2dffcf 100644 --- a/source/guides/maintenance/enable-systemd-boot-menu.rst +++ b/source/guides/maintenance/enable-systemd-boot-menu.rst @@ -8,7 +8,8 @@ bootloader. At boot time, you will not be presented with the systemd-boot menu. a menu, you cannot interact with systemd-boot such as selecting a different kernel, editing kernel command line parameters, etc. -To set a timeout value to the systemd-boot menu, follow these steps: +To set a timeout value for the systemd-boot menu, follow these steps: + #. Boot up |CL|. @@ -16,7 +17,9 @@ To set a timeout value to the systemd-boot menu, follow these steps: #. Set a timeout (for example: 20 seconds). - sudo clr-boot-manager set-timeout 20 - sudo clr-boot-manager update + .. code-block:: bash + + sudo clr-boot-manager set-timeout 20 + sudo clr-boot-manager update #. Reboot.