From ce83696a66e3a522cc4935cf2a3d2bd071a004ce Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 17 Jul 2020 03:54:09 -0500 Subject: [PATCH] Ubuntu: Line wrap --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 335bdca..b5e86cc 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -57,8 +57,8 @@ completed it. Do not reboot until you have completed all of the steps. grub-install --target=x86_64-efi --efi-directory=/boot/efi \ --bootloader-id=ubuntu --recheck --no-floppy - Run this for the additional disk(s), incrementing the “2” to “3” and so on for - both ``/boot/efi2`` and ``ubuntu-2``:: + Run this for the additional disk(s), incrementing the “2” to “3” and so on + for both ``/boot/efi2`` and ``ubuntu-2``:: cp -a /boot/efi/EFI /boot/efi2 grub-install --target=x86_64-efi --efi-directory=/boot/efi2 \