docs/desktop-os/posts/01-void-install.md: update
This commit is contained in:
parent
b617bf650f
commit
6687081b00
1 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue