diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-26 13:26:40 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-26 13:30:40 +0900 |
| commit | bddb1ece34331637454a8c2281e625ab829ef204 (patch) | |
| tree | 2e02a56325a5d8bf764e8b8af016292c8abe810e /gnu/system.scm | |
| parent | 463ef2011c6f31f0c40a24fa0d7ce50acd8d332b (diff) | |
maint: Replace remaining usages of isc-dhcp with dhcpcd.
isc-dhcp has been unmaintained since 2022. This is a follow-up to commit
3e713ae41c73b352fad4830b23721ee07935c512.
* doc/guix.texi (Keyboard Layout and Networking and Partitioning): Adjust
example.
* etc/manifests/cross-compile.scm (%system-packages)
* etc/manifests/release-desktop.scm (%desktop-packages)
* etc/manifests/release-minimal.scm (%system-packages): Replace "isc-dhcp"
with "dhcpcd".
* gnu/system.scm (%base-packages-networking): Likewise.
* gnu/tests/install.scm (%simple-installation-script)
(%extlinux-gpt-installation-script)
(%simple-installation-script-for-/dev/vda)
(%separate-store-installation-script)
(%extra-encrypted-packages): Likewise.
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index d2db4ea8f52..14b4cab4b22 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -977,7 +977,7 @@ of PROVENANCE-SERVICE-TYPE to its services." | |||
| 977 | 977 | ||
| 978 | (define %base-packages-networking | 978 | (define %base-packages-networking |
| 979 | ;; Default set of networking packages. | 979 | ;; Default set of networking packages. |
| 980 | (list inetutils isc-dhcp | 980 | (list inetutils dhcpcd |
| 981 | iproute | 981 | iproute |
| 982 | wget | 982 | wget |
| 983 | nss-certs | 983 | nss-certs |
