Added ntpd info and fixed GRUB_CMDLINE_LINUX
This commit is contained in:
parent
b1790c7776
commit
16d540b532
|
@ -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
|
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.
|
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
|
rm -rf yay
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set up ntp (keep time synchronized).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yay -S ntp
|
||||||
|
sudo systemctl ntpd enable --now
|
||||||
|
```
|
||||||
|
|
||||||
Set up `zsh`.
|
Set up `zsh`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue