summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-26 13:26:40 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-26 13:30:40 +0900
commitbddb1ece34331637454a8c2281e625ab829ef204 (patch)
tree2e02a56325a5d8bf764e8b8af016292c8abe810e /doc
parent463ef2011c6f31f0c40a24fa0d7ce50acd8d332b (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 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8ab25d734cd..49ae745d83e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2647,7 +2647,7 @@ At this point, you need to acquire an IP address. On a network where IP
2647addresses are automatically assigned @i{via} DHCP, you can run: 2647addresses are automatically assigned @i{via} DHCP, you can run:
2648 2648
2649@example 2649@example
2650dhclient -v @var{interface} 2650dhcpcd @var{interface}
2651@end example 2651@end example
2652 2652
2653Try to ping a server to see if networking is up and running: 2653Try to ping a server to see if networking is up and running: