diff --git a/README.md b/README.md index 28b604a..74057ce 100644 --- a/README.md +++ b/README.md @@ -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. 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 --mkdir /dev/nvme0n1p1 /mnt/efi +# mount --mkdir -o uid=0,gid=0,fmask=0077,dmask=0077 /dev/nvme0n1p1 /mnt/efi ``` ### 6. Installation