From 6687081b00061fe4ce3ef3d2698e1108b34a2454 Mon Sep 17 00:00:00 2001 From: Luc Bijl Date: Sat, 16 Aug 2025 18:15:41 +0200 Subject: [PATCH] docs/desktop-os/posts/01-void-install.md: update --- docs/desktop-os/posts/01-void-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/desktop-os/posts/01-void-install.md b/docs/desktop-os/posts/01-void-install.md index 48be22c..339e8b1 100644 --- a/docs/desktop-os/posts/01-void-install.md +++ b/docs/desktop-os/posts/01-void-install.md @@ -119,10 +119,10 @@ hostonly="yes" kernel_cmdline="rw rd.luks.name==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/2 >> /etc/dracut.conf.d/uki.conf + sh# blkid -o value -s UUID /dev/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): @@ -350,4 +350,4 @@ For users to be able to modify connections on the system they will have to be ad ## Concluding remarks -This is the bare minimum for a Void Linux desktop system. Some additional features such as bluetooth, laptop battery management, printer compatiblity, et cetera, have been documented well in the [Void Handbook](https://docs.voidlinux.org/about/index.html), and can thus be found there. The next steps are the improvement of the security of the system and the configuration of the graphical user interface. \ No newline at end of file +This is the bare minimum for a Void Linux desktop system. Some additional features such as bluetooth, laptop battery management, printer compatiblity, et cetera, have been documented well in the [Void Handbook](https://docs.voidlinux.org/about/index.html), and can thus be found there. The next steps are the improvement of the security of the system and the configuration of the graphical user interface.