From 1db5eaa800c7478e922e19915c3f0645bd2199c0 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 7 Apr 2020 15:34:59 +0200 Subject: [PATCH] typos --- #installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/#installation.md b/#installation.md index 3f15b35..be0673d 100644 --- a/#installation.md +++ b/#installation.md @@ -32,7 +32,7 @@ Now all partitions should be removed. ### Create new partitions: -If you missclick during the progress of the following commands you can press ```CTRL+C``` to close the program. +If you miss click during the progress of the following commands you can press ```CTRL+C``` to close the program. No changes will be made until the confirmation at the end. The swap partition will be created later under lvm. @@ -167,7 +167,7 @@ en_US.UTF-8 UTF-8 If the system is installed in a virtual environment or a system with deactivated UEFI, don't forget to enable the EFI option, otherwise the system won't boot. -## 12. Activate Networkconnection +## 12. Activate network connection - Log in as ```root``` user - `systemctl enable NetworkManager.service` - Activate NetworkManager @@ -177,16 +177,16 @@ If the system is installed in a virtual environment or a system with deactivated The device should connect to the internet if it is connected via LAN. Using ```nmtui``` you can administer the wired and wireless connections -## 13. Automatic timesettings +## 13. Automatic time settings - `pacman -Syu ntp` - Installing time service - `ntpd -qg` - Get current time -- `hwclock --systohc` - Synchronize hardwareclock -- `systemctl enable ntpd.service` - enable timeservice +- `hwclock --systohc` - Synchronize hardware clock +- `systemctl enable ntpd.service` - enable time service ## 14. Create user -- `vim /etc/sudoers` - Open suoders file +- `vim /etc/sudoers` - Open sudoers file - uncomment the following lines ``` %whell All=(ALL) ALL