/image-recipes

Recipies for creating VM images

Primary LanguageShell

image-recipes

Kickstart files and scripts for building minimal VM images.

Features

The images created will have the following features:

  • minimal installs excluding the common 'base' groups
  • timezone is UTC
  • single root filesystem, grows to size of disk on first boot
  • cloud-init is installed
  • rng-tools is loaded to take advantage of host virt entropy if available
  • build timestamp in /etc/.build

Fedora

  • login name is 'fedora'

CentOS

  • EPEL repo is enabled
  • login name is 'centos'
  • postfix is installed (prereq for cronie) but not enabled