From 963ed2adda9730613f5e8ec98da7c9cdcae61635 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 4 Nov 2021 14:57:12 +0700 Subject: [PATCH] Remove host when install archlinux --- install-archlinux.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/install-archlinux.md b/install-archlinux.md index 1355748..49083e9 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -215,14 +215,6 @@ Edit `/etc/hostname`: myhostname ``` -Edit `/etc/hosts`: - -```txt -127.0.0.1 localhost -::1 localhost -127.0.1.1 myhostname.localdomain myhostname -``` - #### Root password ```sh @@ -338,6 +330,8 @@ https://wiki.archlinux.org/index.php/Silent_boot https://wiki.archlinux.org/title/Reflector +https://wiki.archlinux.org/title/TLP + ## In the end This guide is updated regularly I promise.