From efb1b95341abca4966c03d69c2ce6beacfbea1f1 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:02:49 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d54d24..cdc84e4 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Mount the partition to `/mnt/efi`: **Note**: This section of the guide deals with installing the base system, setting up timezones, locale, hostname, hosts, creating new non-root user's, setting passwords for both `root` and `non-root` user accounts. This is generally user specific configuration, and you might have a different setup you might, want to follow. -So it is recommended to refer to official [Arch Wiki Installation guide](https://wiki.archlinux.org/title/installation_guide#Installation), for this section. And you may come back here and follow from the next section, when it is time to [configure mkinitcpio](https://github.com/joelmathewthomas/archinstall-luks2-lvm2-secureboot-tpm2/edit/main/README.md#7-configuring-mkinitcpio). +So it is recommended to refer to official [Arch Wiki Installation guide](https://wiki.archlinux.org/title/installation_guide#Installation), for this section. And you may come back here and follow from the next section, when it is time to [configure mkinitcpio](https://github.com/joelmathewthomas/archinstall-luks2-lvm2-secureboot-tpm2/tree/main?tab=readme-ov-file#7-configuring-mkinitcpio). But, if you want to follow through, how I do it, feel free to follow through this section. @@ -289,7 +289,7 @@ Add new user to wheel group: # usermod -G wheel newuser ``` -### 7. Configuring mkinitcpio +### 7. Configure mkinitcpio To build a working systemd based initramfs, modify the `HOOKS=` line in mkinitcpio.conf as follows: Add the following hooks: **systemd, keyboard, sd-vconsole, sd-encrypt, lvm2**