mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
dfc22bad26
commit
aea73f5b74
12 changed files with 12 additions and 12 deletions
|
@ -134,7 +134,7 @@ containerized OS. EXTRA-FILE-SYSTEMS is a list of file systems to add to OS."
|
|||
;; Replace these with dummy-networking-service-type below.
|
||||
(list
|
||||
static-networking-service-type
|
||||
dhcp-client-service-type
|
||||
dhcpcd-service-type
|
||||
network-manager-service-type
|
||||
connman-service-type)
|
||||
(list static-networking-service-type)))) ;loopback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue