From faeff8acc47b332d1c79950abe103b9d4cbc87d0 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:23:42 -0500 Subject: [PATCH] fix(steps-guix): bring network up after linux64 jump before fetching new sources --- steps-guix/improve/get_network.sh | 4 ++++ steps-guix/manifest | 1 + 2 files changed, 5 insertions(+) create mode 100644 steps-guix/improve/get_network.sh diff --git a/steps-guix/improve/get_network.sh b/steps-guix/improve/get_network.sh new file mode 100644 index 00000000..ddc6a3bb --- /dev/null +++ b/steps-guix/improve/get_network.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# SPDX-License-Identifier: GPL-3.0-or-later + +dhcpcd --waitip=4 diff --git a/steps-guix/manifest b/steps-guix/manifest index fedac049..1e87833d 100644 --- a/steps-guix/manifest +++ b/steps-guix/manifest @@ -11,6 +11,7 @@ build: musl-obstack-1.2.3 build: elfutils-0.194 build: linux-6.12.74 jump: linux64 +improve: get_network build: libgpg-error-1.59 build: libgcrypt-1.12.1 build: guile-gcrypt-0.5.0