mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
network: Add missing hosts configuration file
* Provides localhost define to the network kit * Resolves #12260 and others
This commit is contained in:
parent
fb956f2561
commit
635fe4746d
@ -272,7 +272,9 @@ SEARCH on $(driverSettingsFiles)
|
||||
AddFilesToHaikuImage home config settings kernel drivers
|
||||
: $(driverSettingsFiles) ;
|
||||
|
||||
local networkSettingsFiles = <network-settings>services ;
|
||||
local networkSettingsFiles = <network-settings>services
|
||||
<network-settings>hosts ;
|
||||
|
||||
SEARCH on $(networkSettingsFiles)
|
||||
= [ FDirName $(HAIKU_TOP) data settings network ] ;
|
||||
AddFilesToHaikuImage system settings network : $(networkSettingsFiles) ;
|
||||
|
7
data/settings/network/hosts
Normal file
7
data/settings/network/hosts
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Haiku's static hostname lookup table
|
||||
#
|
||||
|
||||
127.0.0.1 localhost.localdomain localhost
|
||||
::1 localhost.localdomain localhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user