Skip to content

Commit

Permalink
Merge pull request #90 from jstasiak/doc-systemd-networkd-installation
Browse files Browse the repository at this point in the history
Explicitly request systemd-networkd installation
  • Loading branch information
gsauthof authored Jan 19, 2025
2 parents 1caf31b + 1e65896 commit e62551c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ under `/etc/dracut-sshd` as `/root` isn't accessible during

Of course, our initramfs image needs network support. The simplest
way to achieve this is to include [networkd][networkd]. To install
the networkd dracut module:
the networkd dracut module and networkd itself:

# dnf install -y dracut-network
# dnf install -y dracut-network systemd-networkd

When installing from copr, `dracut-network` is automatically
installed as dependency.
Expand Down

0 comments on commit e62551c

Please sign in to comment.