diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-05-07 21:50:55 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-05-16 12:50:11 +0200 |
| commit | 6272f97953ed5674631188c778127ed146666d3d (patch) | |
| tree | 9a7bcda51221317d777cabec2106af202cd9b8ca /tests | |
| parent | 56d7d59c7aaa5a83cc4dfc5ee6be11d769f20607 (diff) | |
tests: guix-system: Use dhcpcd-service-type instead of ISC dhcp.
dhcp-client-service-type has been deprecated for a while as the
ISC implementation has reached end-of-life upstream in 2022. This
is the last remaining user of dhcp-client-service-type in the Guix
repository.
* tests/guix-system.sh: Use dhcpcd-service-type.
Change-Id: Iaf8dd4bc888c99815d2d6c8c195fe92644186625
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-system.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index c6f96714592..d82b1dcd536 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -184,8 +184,8 @@ cat > "$tmpfile" <<EOF | |||
| 184 | 184 | ||
| 185 | (operating-system | 185 | (operating-system |
| 186 | $OS_BASE | 186 | $OS_BASE |
| 187 | (services (cons* (service dhcp-client-service-type) | 187 | (services (cons* (service dhcpcd-service-type) |
| 188 | (service dhcp-client-service-type) ;twice! | 188 | (service dhcpcd-service-type) ;twice! |
| 189 | %base-services))) | 189 | %base-services))) |
| 190 | EOF | 190 | EOF |
| 191 | 191 | ||
