docs/guides/debian/uefi-install.rst: fix formatting, clean up steps/configs

This commit is contained in:
Zach Dykstra 2022-12-28 08:57:22 -06:00
parent 65dab5e005
commit 1ab4904c26
No known key found for this signature in database
GPG Key ID: F2F0D4FB7A2861E8
1 changed files with 4 additions and 4 deletions

View File

@ -290,7 +290,7 @@ Set a desired kernel command line for the boot environment, *e.g.*::
zfs set org.zfsbootmenu:commandline="quiet" zroot/ROOT zfs set org.zfsbootmenu:commandline="quiet" zroot/ROOT
Install ZFSBootMenu. There is no pre-built package for Debian, so we need to install from source. Install ZFSBootMenu. There is no pre-built package for Debian, so we need to install from source.::
mkdir -p /usr/local/src mkdir -p /usr/local/src
cd /usr/local/src cd /usr/local/src
@ -302,7 +302,7 @@ Configure ZFSBootMenu to build images. (It may be easier to modify the configura
.. code-block:: .. code-block::
sed -i -e "s|void|debian|" -e "s|ManageImages: false|ManageImages: true|" /etc/zfsbootmenu/config.yaml sed -i -e "s|ManageImages: false|ManageImages: true|" /etc/zfsbootmenu/config.yaml
Install required dependencies:: Install required dependencies::
@ -327,8 +327,8 @@ Generate a ZFSBootMenu image::
Configure rEFInd to boot the ZFSBootMenu image:: Configure rEFInd to boot the ZFSBootMenu image::
cat > /boot/efi/EFI/debian/refind_linux.conf <<EOF cat > /boot/efi/EFI/debian/refind_linux.conf <<EOF
"Boot default" "spl.spl_hostid=0x$( hostid ) zbm.prefer=zroot zbm.skip loglevel=4" "Boot default" "zbm.prefer=zroot zbm.skip loglevel=4"
"Boot to menu" "spl.spl_hostid=0x$( hostid ) zbm.prefer=zroot zbm.show loglevel=4" "Boot to menu" "zbm.prefer=zroot zbm.show loglevel=4"
EOF EOF
(Optional) You may need to add rEFInd to your EFI boot order manually:: (Optional) You may need to add rEFInd to your EFI boot order manually::