installer/photon-base.json
4d53ba03
 {
610f4ecc
     "comment": "Photon Base OSTree",
4d53ba03
 
     "osname": "photon",
 
610f4ecc
     "ref": "photon/2.0/x86_64/base",
3dd32127
 
610f4ecc
     "automatic_version_prefix": "2.0_base",
4d53ba03
 
e9d9388b
     "repos": ["photon", "photon-updates"],
4d53ba03
 
     "selinux": false,
 
     "initramfs-args": ["--no-hostonly"],
 
     "bootstrap_packages": ["filesystem"],
 
935eec1d
     "documentation": false,
 
68d6fcae
     "packages": [
610f4ecc
                 "bash", "bc", "bridge-utils", "bzip2",
68d6fcae
                 "ca-certificates", "coreutils", "cpio", "cracklib", "cracklib-dicts", "curl",
                 "dbus", "docker", "dracut", "dracut-tools",
                 "expat",
                 "file", "findutils",
844e27dd
                 "glibc", "gmp", "grep", "grub2", "grub2-pc", "gzip",
68d6fcae
                 "iana-etc", "iproute2", "iptables",
                 "kmod",
610f4ecc
                 "libcap", "libgcc", "libstdc++", "libtool", "linux",
68d6fcae
                 "ncurses", "net-tools", "nss-altfiles",
                 "openssh", "openssl",
                 "photon-release", "pkg-config", "procps-ng",
                 "readline", "rpm-ostree",
                 "sed", "shadow", "systemd",
                 "util-linux",
4bc58d36
                 "vim",
68d6fcae
                 "which",
                 "xz",
                 "zlib"
610f4ecc
 		]
4d53ba03
 }