Ubuntu: Line wrap

This commit is contained in:
Richard Laager
2020-07-17 03:54:09 -05:00
parent ba1752bad9
commit ce83696a66

View File

@@ -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 \ grub-install --target=x86_64-efi --efi-directory=/boot/efi \
--bootloader-id=ubuntu --recheck --no-floppy --bootloader-id=ubuntu --recheck --no-floppy
Run this for the additional disk(s), incrementing the “2” to “3” and so on for Run this for the additional disk(s), incrementing the “2” to “3” and so on
both ``/boot/efi2`` and ``ubuntu-2``:: for both ``/boot/efi2`` and ``ubuntu-2``::
cp -a /boot/efi/EFI /boot/efi2 cp -a /boot/efi/EFI /boot/efi2
grub-install --target=x86_64-efi --efi-directory=/boot/efi2 \ grub-install --target=x86_64-efi --efi-directory=/boot/efi2 \