diff --git a/docs/desktop-os/posts/01-void-install.md b/docs/desktop-os/posts/01-void-install.md index 640ae3f..ac06190 100644 --- a/docs/desktop-os/posts/01-void-install.md +++ b/docs/desktop-os/posts/01-void-install.md @@ -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). @@ -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