From 8c4e19c1b49afacfd3c8bf4582bf5b5b422a8f46 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 May 2026 14:43:38 +0900 Subject: file-systems: Register /etc/protocols in %network-configuration-files. This is also needed in containers for defining the various protocols; its absence would cause error like, for example with Perl: IO::Socket::INET6: sock_info: Bad protocol 'tcp' * gnu/system/file-systems.scm (%network-configuration-files): Register /etc/protocols. Change-Id: I871cd01a0eac4f979d1e6e3614972fac8d1a5e0f --- gnu/system/file-systems.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system') diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index f83b67c4770..ef08bf4de53 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm @@ -599,6 +599,7 @@ a bind mount." ;; List of essential network configuration files. '("/etc/resolv.conf" "/etc/nsswitch.conf" + "/etc/protocols" "/etc/services" "/etc/hosts")) -- cgit v1.2.3