typos etc.

This commit is contained in:
Harri Lahtinen 2020-02-05 14:24:17 +02:00
parent df2a9fe34a
commit 3b681cbdf8
1 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,7 @@ networkmanager dialog wifi-menu wpa_supplicant wireless_tools gnome-keyring
#### 'install' fstab #### 'install' fstab
```sh ```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) #### 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 arch-chroot /mnt /bin/bash
``` ```
#### Setup system clock #### Setup timezone and system clock
```sh ```sh
ln -s /usr/share/zoneinfo/Europe/Helsinki /etc/localtime 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 #### Add the following content to Arch.conf
#### <UUID> from /dev/sda2. It can be found with the 'blkid' command #### <UUID> from /dev/sda2. It can be found with the 'blkid' command
```sh ```sh