mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fixed host file.
This commit is contained in:
parent
8ea554916e
commit
9445b2ab50
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ print "Setting hosts file."
|
|||
cat > /mnt/etc/hosts <<EOF
|
||||
127.0.0.1 localhost
|
||||
::1 localhost
|
||||
127.0.1.1 "$hostname".localdomain "$hostname"
|
||||
127.0.1.1 $hostname.localdomain $hostname
|
||||
EOF
|
||||
|
||||
# Checking the microcode to install.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue