installer/photon-minimal.json
610f4ecc
 {
     "comment": "Photon Minimal OSTree",
 
     "osname": "photon",
 
     "ref": "photon/2.0/x86_64/minimal",
 
     "automatic_version_prefix": "2.0_minimal",
 
     "repos": ["photon", "photon-updates"],
 
     "selinux": false,
 
     "initramfs-args": ["--no-hostonly"],
 
     "bootstrap_packages": ["filesystem"],
 
     "documentation": false,
 
     "packages": [
 		"bash", "bc", "bridge-utils", "bzip2",
 		"ca-certificates", "cloud-init", "coreutils", "cpio", "cracklib", "cracklib-dicts", "curl",
 		"dbus", "docker",
 		"e2fsprogs", "e2fsprogs-libs", "expat",
 		"file", "findutils",
860f875e
 		"gdbm", "glibc", "gmp", "grub2", "grub2-pc", "gzip",
610f4ecc
 		"hawkey",
 		"iana-etc", "initramfs", "iproute2", "iptables",
 		"kmod",
 		"libcap", "libgcc", "libdnet", "libmspack", "libstdc++", "libtool", "libyaml", "linux",
 		"motd",
 		"ncurses", "net-tools", "nss-altfiles",
 		"openssh", "openssl", "open-vm-tools",
 		"photon-release", "photon-repos", "pkg-config", "procps-ng",
 		"python3", "python3-configobj", "python3-jinja2", "python3-jsonpatch", "python3-jsonpointer", "python3-libs", "python3-markupsafe",
 		"python3-oauthlib", "python3-prettytable", "python3-PyYAML", "python3-requests", "python3-setuptools", "python3-six", "python3-xml",
 		"readline", "rpm", "rpm-ostree",
 		"shadow","systemd",
 		"tdnf", "tzdata",
 		"util-linux",
 		"vim",
 		"which",
 		"xerces-c", "xml-security-c", "xz",
 		"zlib"
 		]
 }