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

This commit is contained in:
Luc Bijl 2025-08-02 17:24:56 +02:00
parent a7ebacbeb2
commit db6c437353

View file

@ -12,7 +12,7 @@ categories:
- Base installation
---
This blog entry will demonstrate how to install a `luks` encrypted `x86_64` [Void Linux](https://voidlinux.org/) `musl` operating system on a `ext4` filesystem. This entry is based on the [Void Handbook](https://docs.voidlinux.org/about/index.html) and the [Void man pages](https://man.voidlinux.org/man-pages.7).
This blog entry will demonstrate how to install a `luks` encrypted `x86_64` [Void Linux](https://voidlinux.org/) `musl`/`UEFI signed UKI` operating system on a `ext4` filesystem. This entry is based on the [Void Handbook](https://docs.voidlinux.org/about/index.html) and the [Void man pages](https://man.voidlinux.org/man-pages.7).
<!-- more -->
@ -48,7 +48,7 @@ sh# mkfs.ext4 -L root /dev/mapper/root
## Installation
To install Void Linux `musl` on the system, the ESP and LFP have to be mounted to the live (ISO) environment:
To install Void Linux on the system, the ESP and LFP have to be mounted to the live (ISO) environment:
``` shell-session
sh# mount -t ext4 /dev/mapper/root /mnt
@ -148,7 +148,7 @@ and set the directory where the UKI will be deposited:
UEFI_BUNDLE_DIR="/efi/EFI/Linux"
```
Create and enroll the secureboot keys into the system
Create and enroll the secureboot keys into the system:
``` shell-session
sh# sbctl create-keys