127 lines
3.2 KiB
JSON
127 lines
3.2 KiB
JSON
{
|
|
"ref": "fedora/28/${basearch}/iot",
|
|
"ex-jigdo-spec": "fedora-iot.spec",
|
|
|
|
"repos": [],
|
|
|
|
"selinux": true,
|
|
|
|
"documentation": false,
|
|
|
|
"automatic_version_prefix": "28",
|
|
"mutate-os-release": "28",
|
|
|
|
"initramfs-args": ["--no-hostonly"],
|
|
"boot_location": "new",
|
|
|
|
"install-langs-comment": "Keep this in sync with treecompose-post.sh",
|
|
"install-langs": [
|
|
"pt_BR",
|
|
"fr",
|
|
"fr_FR",
|
|
"de",
|
|
"de_DE",
|
|
"it",
|
|
"it_IT",
|
|
"ru",
|
|
"ru_RU",
|
|
"es",
|
|
"es_ES",
|
|
"en_US",
|
|
"zh_CN",
|
|
"ja",
|
|
"ja_JP",
|
|
"ko",
|
|
"ko_KR",
|
|
"zh_TW",
|
|
"as",
|
|
"as_IN",
|
|
"bn",
|
|
"bn_IN",
|
|
"gu",
|
|
"gu_IN",
|
|
"hi",
|
|
"hi_IN",
|
|
"kn",
|
|
"kn_IN",
|
|
"ml",
|
|
"ml_IN",
|
|
"mr",
|
|
"mr_IN",
|
|
"or",
|
|
"or_IN",
|
|
"pa",
|
|
"pa_IN",
|
|
"ta",
|
|
"ta_IN",
|
|
"te",
|
|
"te_IN"
|
|
],
|
|
|
|
"postprocess-script": "treecompose-post.sh",
|
|
|
|
"etc-group-members": ["wheel", "docker"],
|
|
|
|
"ignore-removed-users": ["root"],
|
|
"ignore-removed-groups": ["root"],
|
|
"check-passwd": { "type": "file", "filename": "passwd" },
|
|
"check-groups": { "type": "file", "filename": "group" },
|
|
|
|
"packages": ["atomic",
|
|
"fedora-release",
|
|
"glibc", "nss-altfiles", "shadow-utils",
|
|
"sssd-client", "libsss_sudo",
|
|
"dracut-config-generic", "kernel",
|
|
"dracut-network",
|
|
"rpm-ostree", "lvm2",
|
|
"chrony",
|
|
"cryptsetup",
|
|
"authconfig",
|
|
"e2fsprogs",
|
|
"gnupg2",
|
|
"basesystem",
|
|
"python3",
|
|
"bash",
|
|
"xz", "gzip",
|
|
"coreutils",
|
|
"which",
|
|
"curl",
|
|
"iptables-services", "iptables", "firewalld",
|
|
"NetworkManager", "NetworkManager-wifi",
|
|
"dnsmasq", "traceroute",
|
|
"hostname", "initscripts", "iproute", "iputils",
|
|
"openssh-clients", "openssh-server", "passwd",
|
|
"policycoreutils", "procps-ng", "rootfiles", "rpm",
|
|
"selinux-policy-targeted", "setup", "shadow-utils",
|
|
"sudo", "systemd", "util-linux", "vim-minimal",
|
|
"less",
|
|
"tar",
|
|
"initial-setup",
|
|
"cloud-utils-growpart",
|
|
"rsync",
|
|
"bash-completion",
|
|
"tmux", "screen",
|
|
"policycoreutils-python-utils",
|
|
"setools-console",
|
|
"audit", "rng-tools",
|
|
"bluez", "bluez-libs", "wpan-tools",
|
|
"kernel-tools", "libgpiod-utils",
|
|
"podman",
|
|
"attr"],
|
|
|
|
"packages-aarch64": ["grub2-efi-aa64", "ostree-grub2",
|
|
"efibootmgr", "shim-aa64", "atomic-devmode",
|
|
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware",
|
|
"fwupdate", "fwupdate-efi", "arm-image-installer"],
|
|
|
|
"packages-armhfp": ["extlinux-bootloader", "arm-image-installer",
|
|
"uboot-tools", "uboot-images-armv7", "bcm283x-firmware"],
|
|
|
|
"packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",
|
|
"efibootmgr", "shim-x64", "atomic-devmode",
|
|
"fwupdate", "fwupdate-efi", "microcode_ctl"],
|
|
|
|
"default_target": "multi-user.target",
|
|
|
|
"units": ["initial-setup.service"]
|
|
}
|