From 862214f4f6a4f79b9276219e508e5cf8bce12a81 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 4 Aug 2023 20:25:48 +0300 Subject: [PATCH] Fix typos --- guides/archinstallation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/archinstallation.md b/guides/archinstallation.md index 1ad0122..6142987 100644 --- a/guides/archinstallation.md +++ b/guides/archinstallation.md @@ -67,10 +67,10 @@ Chose `dos` if available. ### Format the partitions ```shell -mkfs.fat -F 32 /dev/sdx1 # boot partition +mkfs.fat -F 32 /dev/sdx1 # boot partition fatlabel /dev/vda1 boot -mkswap -L swap /dev/sdx2 # swap partition, if created +mkswap -L swap /dev/sdx2 # swap partition, if created mkfs.ext4 -L root /dev/sdx3 # root partition mkfs.ext4 -L root /dev/sdx4 # home partition ``` @@ -298,7 +298,7 @@ Replace _myhostname_ with a name that will be seen by other devices on the same vim /etc/hostname ``` -``` +```config myhostname ``` @@ -308,7 +308,7 @@ Add matching entries to hosts: vim /etc/hosts ``` -``` +```config 127.0.0.1 localhost ::1 localhost 127.0.1.1 myhostname.localdomain myhostname