From b1907d17a7e435a3c234a1681100e544ae30dfbe Mon Sep 17 00:00:00 2001 From: tyke2 <64980367+tyke2@users.noreply.github.com> Date: Mon, 8 Jun 2020 03:15:06 +0000 Subject: [PATCH] Simple grammar and spelling edits --- arch_linux_host_install/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 908c944..5251724 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -8,7 +8,7 @@ Linux that will run docker. -This is not a hand hodling explaining guide how to install arch.
+This is not a hand holding explaining guide how to install arch.
It's more of a checklist on what to do if you already done it and know what you are doing.
@@ -53,7 +53,7 @@ So if theres boot menu option choose non-uefi. `vim /etc/pacman.d/mirrorlist` * install the base system
`pacstrap /mnt base linux linux-firmware base-devel grub vim` -* gnerate fstab
+* generate fstab
`genfstab -U /mnt > /mnt/etc/fstab` * chroot in to the new system
`arch-chroot /mnt` @@ -103,7 +103,7 @@ So if theres boot menu option choose non-uefi. No troublesome `systemd-resolved` in this setup. -* uncomment desidred locales in locale.gen
+* uncomment desired locales in locale.gen
`vim /etc/locale.gen`
* generate new locales and set one system wide
`locale-gen`
@@ -155,7 +155,7 @@ From now on its login as non-root user. [wiki](https://wiki.archlinux.org/index.php/zsh) I like [Zim](https://github.com/zimfw/zimfw), -it's the fastest zsh framework and out of the box setup nicely +it's the fastest zsh framework and set up nicely out of the box * install zsh and curl packages
`sudo pacman -S zsh git curl` @@ -232,7 +232,7 @@ Monitoring and testing * clean up old packages weekly, keep last 3
`sudo pacman -S pacman-contrib`
`sudo systemctl enable --now paccache.timer` -* use reflector to get the fastes mirrors based on country `-c `
+* use reflector to get the fastest mirrors based on country `-c `
`sudo pacman -S reflector`
`sudo reflector -l 200 -n 20 -c SK -c CZ -p http --sort rate --save /etc/pacman.d/mirrorlist`