diff options
-rw-r--r-- | posts/void-linux-with-encrypted-root-on-zfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/void-linux-with-encrypted-root-on-zfs.md b/posts/void-linux-with-encrypted-root-on-zfs.md index 17d138c..3179b4c 100644 --- a/posts/void-linux-with-encrypted-root-on-zfs.md +++ b/posts/void-linux-with-encrypted-root-on-zfs.md @@ -232,7 +232,7 @@ mount /boot/efi ``` ## Install ZFSBootMenu ``` -xbps-install -S zfsbootmenu gummiboot-efistub +xbps-install -S zfsbootmenu systemd-boot-efistub ``` Configure generate-zbm(5) by ensuring that the following keys appear in /etc/zfsbootmenu/config.yaml: ``` |