Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 591 Bytes

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