Skip to content

Commit 8de69bc

Browse files
committed
Debian: Change boot loader step
Instead of a numbered list, these should be alternate options. This makes the Debian Bookworm instructions match the Ubuntu 22.04 ones. I did not go back further.
1 parent c769199 commit 8de69bc

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/Getting Started/Debian/Debian Bookworm Root on ZFS.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -824,19 +824,21 @@ Step 5: GRUB Installation
824824

825825
#. Install the boot loader:
826826

827-
#. For legacy (BIOS) booting, install GRUB to the MBR::
827+
Choose one of the following options:
828+
829+
- For legacy (BIOS) booting, install GRUB to the MBR::
828830

829-
grub-install $DISK
831+
grub-install $DISK
830832

831-
Note that you are installing GRUB to the whole disk, not a partition.
833+
Note that you are installing GRUB to the whole disk, not a partition.
832834

833-
If you are creating a mirror or raidz topology, repeat the ``grub-install``
834-
command for each disk in the pool.
835+
If you are creating a mirror or raidz topology, repeat the
836+
``grub-install`` command for each disk in the pool.
835837

836-
#. For UEFI booting, install GRUB to the ESP::
838+
- For UEFI booting, install GRUB to the ESP::
837839

838-
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
839-
--bootloader-id=debian --recheck --no-floppy
840+
grub-install --target=x86_64-efi --efi-directory=/boot/efi \
841+
--bootloader-id=debian --recheck --no-floppy
840842

841843
It is not necessary to specify the disk here. If you are creating a
842844
mirror or raidz topology, the additional disks will be handled later.

0 commit comments

Comments
 (0)