From d44d1526a366f85de25b7ba9baf4e9235be44364 Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Tue, 16 Jul 2024 17:01:43 +0300 Subject: [PATCH] Fix setting network stuff in container (#245) --- build_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.sh b/build_system.sh index 0badd50..63ca4f1 100755 --- a/build_system.sh +++ b/build_system.sh @@ -75,7 +75,7 @@ echo "Setting network stuff" HOST=comma docker exec -w $ROOTFS_DIR $MOUNT_CONTAINER_ID bash -c "\ ln -sf /proc/sys/kernel/hostname etc/hostname; \ -echo \"127.0.0.1 localhost.localdomain localhost\" > etc/hosts \ +echo \"127.0.0.1 localhost.localdomain localhost\" > etc/hosts; \ echo \"127.0.0.1 $HOST\" >> etc/hosts" # Fix resolv config