docs/desktop-os/posts/01-void-install.md: update

This commit is contained in:
Luc Bijl 2025-08-16 18:15:41 +02:00
parent b617bf650f
commit 6687081b00

View file

@ -119,10 +119,10 @@ hostonly="yes"
kernel_cmdline="rw rd.luks.name=<uuid>=root root=/dev/mapper/root quiet splash" #(1)!
```
1. The simplest way to add the `uuid` into `/etc/default/dracut-uefi-hook` is by performing:
1. The simplest way to add the `uuid` into `/etc/dracut.conf.d/cmdline.conf` is by performing:
``` shell-session
sh# blkid -o value -s UUID /dev/<disk>2 >> /etc/dracut.conf.d/uki.conf
sh# blkid -o value -s UUID /dev/<disk>2 >> /etc/dracut.conf.d/cmdline.conf
```
Install the bootloader `systemd-boot` and some hooks for `dracut` (1) necessary for building and signing the Unified Kernel Image (UKI):