mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
fix temp hosts file
I think it may be related to Python 3 tests hang (?)
This commit is contained in:
parent
2a22256772
commit
887b02bd8c
@ -48,7 +48,7 @@
|
||||
as well:</para>
|
||||
|
||||
<screen><userinput>cat > /etc/hosts << EOF
|
||||
"127.0.0.1 localhost $(hostname)"
|
||||
127.0.0.1 localhost $(hostname)
|
||||
::1 localhost
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user