From 16d540b53239f13bb5ca67f544c52f135cd8b3d5 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Mon, 4 Oct 2021 21:35:39 -0700 Subject: [PATCH] Added ntpd info and fixed GRUB_CMDLINE_LINUX --- content/posts/X1C6-arch-linux-install.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/posts/X1C6-arch-linux-install.md b/content/posts/X1C6-arch-linux-install.md index f657f6a..afd15ab 100644 --- a/content/posts/X1C6-arch-linux-install.md +++ b/content/posts/X1C6-arch-linux-install.md @@ -270,7 +270,7 @@ grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=ArchLinux ``` Open up `/etc/default/grub` again and edit the `GRUB_CMDLINE_LINUX` line so it looks like this -`GRUB_CMDLINE_LINUX=cryptdevice/nvme1n1p2:EncryptedBoot:allow-discards resume=/dev/mapper/Arch-swap`. +`GRUB_CMDLINE_LINUX=cryptdevice=/dev/nvme1n1p2:EncryptedBoot:allow-discards resume=/dev/mapper/Arch-swap`. The `allow-discards` option also has to do with `TRIM`. Now the `grub` configuration is ready to be generated. @@ -369,6 +369,13 @@ cd .. rm -rf yay ``` +Set up ntp (keep time synchronized). + +```bash +yay -S ntp +sudo systemctl ntpd enable --now +``` + Set up `zsh`. ```bash