commit 33439dba9d9b73d1b52e679755c821352466052c parent 8614b7150e0048349119c5c9668eed257f3ad702 Author: Wim Dupont <wim@wimdupont.com> Date: Wed, 19 Jun 2024 16:59:59 +0200 small update guide Diffstat:
M | generate.sh | | | 0 | |
M | pages/guides/Arch Linux encrypted installation.adoc | | | 4 | ++-- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/generate.sh b/generate.sh diff --git a/pages/guides/Arch Linux encrypted installation.adoc b/pages/guides/Arch Linux encrypted installation.adoc @@ -231,7 +231,7 @@ $ vim /etc/hosts -- [source,bash] ---- -$ systemctl enable systemd-networkd.service +$ systemctl enable NetworkManager.service $ systemctl enable systemd-resolved.service ---- -- @@ -305,7 +305,7 @@ GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet cryptdevice=UUID={uuid-of-/dev/sdX# -- [source,bash] ---- -$ sudo pacman -S efibootmgr +$ pacman -S efibootmgr $ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB ---- --