Skip to content

Commit

Permalink
manifests: add curl to file-transfer manifest
Browse files Browse the repository at this point in the history
This is used in coreos-livepxe-rootfs.sh [1], although I'm sure there
are probably more places too.

[1] https://github.com/coreos/fedora-coreos-config/blob/testing-devel/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-live/coreos-livepxe-rootfs.sh
  • Loading branch information
dustymabe authored and jlebon committed May 3, 2022
1 parent 43bd80d commit 1b7e6ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/file-transfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ packages:
- git-core
- gnupg2
- rsync
# Explicit dependency on curl because we use it in coreos-livepxe-rootfs.sh
# We need curl and not curl-minimal because we support TFTP.
- curl

0 comments on commit 1b7e6ed

Please sign in to comment.