{
    "comment": "CentOS 7 Base Atomic Defs",

    "osname": "centos-atomic",
    "ref": "centos/7/atomic/x86_64/base",
    
    "repos": ["CentOS-Base", "CentOS-updates", "CentOS-extras",
              "atomic7-testing", "virt7-testing"],

    "selinux": true,

    "initramfs-args": ["--no-hostonly"],

    "bootstrap_packages": ["filesystem", "glibc", "nss-altfiles", "shadow-utils",
                           "centos-release", "kernel", "rpm-ostree", "lvm2"],

    "packages": ["syslinux-extlinux", "e2fsprogs", "xfsprogs",
                 "selinux-policy-targeted", "audit",
                 "openssh-server", "openssh-clients", "sudo",
                 "passwd", "NetworkManager", "vim-minimal",
                 "grub2", "grub2-efi", "ostree-grub2", "lvm2",
                 "efibootmgr", "shim", "irqbalance" ],
    
    "default_target": "multi-user.target"

}
