diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 20:26:09 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 20:26:09 +0100 |
commit | 0c4d7a6299029106a1d421ec59096b680fcb2a5a (patch) | |
tree | 355827d3304dd84e9057453d2442124236ee0253 /posts | |
parent | b8f3555db15f05a3d6019814f34e794b7bb709b7 (diff) |
Swapped out gummiboot-efistub for systemd-boot-efistub
Diffstat (limited to 'posts')
-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: ``` |