Ubuntu 20.04: Fix formatting

This fixes the formatting for Step 5, item 6, "Install the bootloader".

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2020-05-30 00:17:43 -05:00
parent 0c5240e061
commit 73be195834

View File

@@ -807,16 +807,18 @@ Step 5: GRUB Installation
#. Install the boot loader:
#. For legacy (BIOS) booting, install GRUB to the MBR::
Choose one of the following options:
- For legacy (BIOS) booting, install GRUB to the MBR::
grub-install $DISK
Note that you are installing GRUB to the whole disk, not a partition.
If you are creating a mirror or raidz topology, repeat the ``grub-install``
command for each disk in the pool.
If you are creating a mirror or raidz topology, repeat the
``grub-install`` command for each disk in the pool.
#. For UEFI booting, install GRUB to the ESP::
- For UEFI booting, install GRUB to the ESP::
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
--bootloader-id=ubuntu --recheck --no-floppy