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