mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Removed /etc/hosts section
The arch wiki doesn't include it anymore (legacy?)
This commit is contained in:
parent
2fff020e4b
commit
11f80239a8
1 changed files with 0 additions and 8 deletions
|
|
@ -344,14 +344,6 @@ sed -i "/^#$locale/s/^#//" /mnt/etc/locale.gen
|
|||
echo "LANG=$locale" > /mnt/etc/locale.conf
|
||||
echo "KEYMAP=$kblayout" > /mnt/etc/vconsole.conf
|
||||
|
||||
# Setting hosts file.
|
||||
print "Setting hosts file."
|
||||
cat > /mnt/etc/hosts <<EOF
|
||||
127.0.0.1 localhost
|
||||
::1 localhost
|
||||
127.0.1.1 $hostname.localdomain $hostname
|
||||
EOF
|
||||
|
||||
# Checking the microcode to install.
|
||||
microcode_detector
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue