mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +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>
|
as well:</para>
|
||||||
|
|
||||||
<screen><userinput>cat > /etc/hosts << EOF
|
<screen><userinput>cat > /etc/hosts << EOF
|
||||||
"127.0.0.1 localhost $(hostname)"
|
127.0.0.1 localhost $(hostname)
|
||||||
::1 localhost
|
::1 localhost
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user