mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 04:50:46 +00:00
Adds iot-standard manifest to bootc base images
Signed-off-by: djach7 <djachimo@redhat.com>
This commit is contained in:
parent
909485741a
commit
2bf75a020f
3 changed files with 64 additions and 1 deletions
4
fedora-iot.yaml
Normal file
4
fedora-iot.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
include:
|
||||
- iot/manifest.yaml
|
||||
- fedora-minimal-plus.yaml
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ set -xeuo pipefail
|
|||
# into their installed location.
|
||||
manifestdir=${1:-/usr/share/doc/bootc-base-imagectl/manifests}
|
||||
mkdir -p "$manifestdir/"
|
||||
for image in minimal standard minimal-plus; do
|
||||
for image in minimal standard minimal-plus iot; do
|
||||
# Embed the generic defaults
|
||||
cp -a $image $manifestdir/
|
||||
# And the Fedora-specific tweaks
|
||||
|
|
|
|||
59
iot/manifest.yaml
Normal file
59
iot/manifest.yaml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
metadata:
|
||||
summary: Fedora IoT bootc image
|
||||
|
||||
variables:
|
||||
distro: "fedora-iot"
|
||||
|
||||
packages:
|
||||
- fedora-release-iot
|
||||
- fedora-iot-config
|
||||
- atheros-firmware
|
||||
- brcmfmac-firmware
|
||||
- chrony
|
||||
- clevis
|
||||
- clevis-dracut
|
||||
- clevis-luks
|
||||
- clevis-pin-tpm2
|
||||
- containernetworking-plugins
|
||||
- dnf5-plugins
|
||||
- dracut-config-generic
|
||||
- dracut-network
|
||||
- fdo-client
|
||||
- fdo-owner-cli
|
||||
- firewalld
|
||||
- fwupd-efi
|
||||
- fwupd-plugin-modem-manager
|
||||
- fwupd-plugin-uefi-capsule-data
|
||||
- greenboot
|
||||
- greenboot-default-health-checks
|
||||
- ignition
|
||||
- ignition-edge
|
||||
- ima-evm-utils
|
||||
- iputils
|
||||
- iwd
|
||||
- iwlwifi-mvm-firmware
|
||||
- libsss_sudo
|
||||
- NetworkManager-wifi
|
||||
- NetworkManager-wwan
|
||||
- openssl
|
||||
- pinentry
|
||||
- procps-ng
|
||||
- realtek-firmware
|
||||
- rootfiles
|
||||
- screen
|
||||
- setools-console
|
||||
- slirp4netns
|
||||
- ssh-key-dir
|
||||
- sssd-client
|
||||
- tmux
|
||||
- tpm2-pkcs11
|
||||
- traceroute
|
||||
- usbguard
|
||||
- wpa_supplicant
|
||||
- wireless-regdb
|
||||
packages-aarch64:
|
||||
- arm-image-installer
|
||||
- bcm283x-firmware
|
||||
- optee_client
|
||||
- uboot-images-armv8
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue