From 4bb39e17dcb7ce3584f63ab4786e54c6f83452c6 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 18 Feb 2021 00:07:26 +0100 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 613e115..609a055 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -49,8 +49,6 @@ So if theres boot menu option choose non-uefi. `mkfs.ext4 /dev/sda1` * mount the new partition
`mount /dev/sda1 /mnt` -* choose geographicly close mirror
- `micro /etc/pacman.d/mirrorlist` * install the base system
`pacstrap /mnt base linux linux-firmware base-devel grub micro` * generate fstab