mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
fix(steps-guix): bring network up after linux64 jump before fetching new sources
This commit is contained in:
parent
0b53827ca7
commit
faeff8acc4
2 changed files with 5 additions and 0 deletions
4
steps-guix/improve/get_network.sh
Normal file
4
steps-guix/improve/get_network.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
dhcpcd --waitip=4
|
||||||
|
|
@ -11,6 +11,7 @@ build: musl-obstack-1.2.3
|
||||||
build: elfutils-0.194
|
build: elfutils-0.194
|
||||||
build: linux-6.12.74
|
build: linux-6.12.74
|
||||||
jump: linux64
|
jump: linux64
|
||||||
|
improve: get_network
|
||||||
build: libgpg-error-1.59
|
build: libgpg-error-1.59
|
||||||
build: libgcrypt-1.12.1
|
build: libgcrypt-1.12.1
|
||||||
build: guile-gcrypt-0.5.0
|
build: guile-gcrypt-0.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue