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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
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 | |||
| 2647 | addresses are automatically assigned @i{via} DHCP, you can run: | 2647 | addresses are automatically assigned @i{via} DHCP, you can run: |
| 2648 | 2648 | ||
| 2649 | @example | 2649 | @example |
| 2650 | dhclient -v @var{interface} | 2650 | dhcpcd @var{interface} |
| 2651 | @end example | 2651 | @end example |
| 2652 | 2652 | ||
| 2653 | Try to ping a server to see if networking is up and running: | 2653 | Try to ping a server to see if networking is up and running: |
