fix bootctl random seed being world accessible

This commit is contained in:
Joel Mathew Thomas
2024-06-30 10:37:06 +05:30
committed by GitHub
parent 9bbdd3b54a
commit b04a571115
+2 -2
View File
@@ -1,4 +1,4 @@
# Arch Linux install with full disk encryption with LUKS2 | Logical Volumes with LVM2 | Secure Boot | TPM2 Setup e# Arch Linux install with full disk encryption with LUKS2 | Logical Volumes with LVM2 | Secure Boot | TPM2 Setup
A complete Arch Linux installation guide with **LUKS2** full disk encryption, and logical volumes with **LVM2**, and added security using **Secure Boot** with **Unified Kernel Image** and **TPM2 LUKS** key enrollment for auto unlocking encrypted root. A complete Arch Linux installation guide with **LUKS2** full disk encryption, and logical volumes with **LVM2**, and added security using **Secure Boot** with **Unified Kernel Image** and **TPM2 LUKS** key enrollment for auto unlocking encrypted root.
Firstly, Acquire an installation image. Visit the Download page and, acquire the ISO file and the respective GnuPG signature, and flash it to a USB drive and boot off it. Firstly, Acquire an installation image. Visit the Download page and, acquire the ISO file and the respective GnuPG signature, and flash it to a USB drive and boot off it.
@@ -163,7 +163,7 @@ Replace `nvme0n1p1` with the drive identifier for your EFI partition.
Mount the partition to `/mnt/efi`: Mount the partition to `/mnt/efi`:
``` ```
# mount --mkdir /dev/nvme0n1p1 /mnt/efi # mount --mkdir -o uid=0,gid=0,fmask=0077,dmask=0077 /dev/nvme0n1p1 /mnt/efi
``` ```
### 6. Installation ### 6. Installation