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/linux-container.scm | |
| 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/linux-container.scm')
| -rw-r--r-- | gnu/system/linux-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index 23298638b7a..d16d1e78b56 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm | |||
| @@ -134,7 +134,7 @@ containerized OS. EXTRA-FILE-SYSTEMS is a list of file systems to add to OS." | |||
| 134 | ;; Replace these with dummy-networking-service-type below. | 134 | ;; Replace these with dummy-networking-service-type below. |
| 135 | (list | 135 | (list |
| 136 | static-networking-service-type | 136 | static-networking-service-type |
| 137 | dhcp-client-service-type | 137 | dhcpcd-service-type |
| 138 | network-manager-service-type | 138 | network-manager-service-type |
| 139 | connman-service-type) | 139 | connman-service-type) |
| 140 | (list static-networking-service-type)))) ;loopback | 140 | (list static-networking-service-type)))) ;loopback |
