diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2025-07-21 19:18:37 +0200 |
---|---|---|
committer | Gabriel Wicki <gabriel@erlikon.ch> | 2025-07-24 18:46:06 +0200 |
commit | aea73f5b742c8c36b97c2947f1e7e4ee3a2a3039 (patch) | |
tree | 205b96f039ceca8b4c360ba5243dca86fe0bbb8c /gnu/system/examples/raspberry-pi-64.tmpl | |
parent | dfc22bad2628036ece432c39a3b310db1f872677 (diff) |
gnu: system: Replace deprecated dhcp client service.
* gnu/system/examples/asus-c201.tmpl,
gnu/system/examples/bare-bones.tmpl,
gnu/system/examples/beaglebone-black.tmpl,
gnu/system/examples/raspberry-pi-64-nfs-root.tmpl,
gnu/system/examples/raspberry-pi-64.tmpl,
gnu/system/examples/vm-image.tmpl
gnu/system/images/orangepi-r1-plus-lts-rk3328.scm,
gnu/system/images/pine64.scm,
gnu/system/images/rock64.scm,
gnu/system/images/unmatched.scm,
gnu/system/images/visionfive2.scm,
gnu/system/linux-container.scm (services): Replace
dhcp-client-service-type with its replacement dhcpcd-service-type.
Change-Id: Ib1f31d0a95dfa8ee64cf8c10d617ee53c8637b26
Diffstat (limited to 'gnu/system/examples/raspberry-pi-64.tmpl')
-rw-r--r-- | gnu/system/examples/raspberry-pi-64.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/raspberry-pi-64.tmpl b/gnu/system/examples/raspberry-pi-64.tmpl index 971f778cb2..5764abeb75 100644 --- a/gnu/system/examples/raspberry-pi-64.tmpl +++ b/gnu/system/examples/raspberry-pi-64.tmpl @@ -62,7 +62,7 @@ (packages (cons* openssh %base-packages)) (services (cons* (service avahi-service-type) - (service dhcp-client-service-type) + (service dhcpcd-service-type) (service ntp-service-type) (service openssh-service-type (openssh-configuration |