From 65923ebcef09f03a9622da2f1c1780ae0c952f55 Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Thu, 10 May 2018 11:17:19 -0400 Subject: [PATCH] Completed review feedback. Signed-off-by: MCamp859 --- .../tutorials/multi-boot/multi-boot-restore-bl.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/clear-linux/tutorials/multi-boot/multi-boot-restore-bl.rst b/source/clear-linux/tutorials/multi-boot/multi-boot-restore-bl.rst index 27f3c83b..079e14ce 100644 --- a/source/clear-linux/tutorials/multi-boot/multi-boot-restore-bl.rst +++ b/source/clear-linux/tutorials/multi-boot/multi-boot-restore-bl.rst @@ -17,7 +17,7 @@ Systemd-Boot. Figure 1: |CL|: Console. -#. Log in and get root privileges. +#. Log in as *root*. .. code-block:: bash @@ -32,7 +32,7 @@ Systemd-Boot. .. code-block:: bash - # fdisk -l + fdisk -l .. figure:: figures/multi-boot-restore-bl-2.png @@ -42,19 +42,19 @@ Systemd-Boot. .. code-block:: bash - # mount /dev/sda3 /mnt + mount /dev/sda3 /mnt #. Re-install Systemd-Boot to make it the default boot loader. .. code-block:: bash - # bootctl install --path /mnt + bootctl install --path /mnt #. Unmount the EFI partition. .. code-block:: bash - # umount /mnt + umount /mnt #. Reboot.