diff --git a/build_system.sh b/build_system.sh index 0f02db79..b7f98186 100755 --- a/build_system.sh +++ b/build_system.sh @@ -103,9 +103,6 @@ set_network_stuff() { bash -c "echo \"127.0.0.1 localhost.localdomain localhost\" > etc/hosts" bash -c "echo \"127.0.0.1 $HOST\" >> etc/hosts" - # Fix resolv config - bash -c "ln -sf /run/systemd/resolve/stub-resolv.conf etc/resolv.conf" - # Write build info DATETIME=$(date '+%Y-%m-%dT%H:%M:%S') bash -c "printf \"$GIT_HASH\n$DATETIME\" > BUILD"