From 3b681cbdf8bc94f8b1c4dc080433fd74797aa2f6 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 5 Feb 2020 14:24:17 +0200 Subject: [PATCH] typos etc. --- addons/install_arch.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/install_arch.md b/addons/install_arch.md index 1bbe50e..3dc33b7 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -75,7 +75,7 @@ networkmanager dialog wifi-menu wpa_supplicant wireless_tools gnome-keyring #### 'install' fstab ```sh -genfstab -pU /mnt >> /mnt/etc/fstab +genfstab -U /mnt >> /mnt/etc/fstab ``` #### Make /tmp a ramdisk (add the following line to /mnt/etc/fstab) @@ -98,7 +98,7 @@ tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 arch-chroot /mnt /bin/bash ``` -#### Setup system clock +#### Setup timezone and system clock ```sh ln -s /usr/share/zoneinfo/Europe/Helsinki /etc/localtime @@ -178,6 +178,7 @@ nvim /boot/loader/entries/Arch.conf ``` #### Add the following content to Arch.conf + #### from /dev/sda2. It can be found with the 'blkid' command ```sh