8 lines
235 B
YAML
8 lines
235 B
YAML
# Moving files around and verifying them
|
|
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
|