Skip to content

Instantly share code, notes, and snippets.

@mihgen
Created May 18, 2011 11:39
Show Gist options
  • Select an option

  • Save mihgen/978418 to your computer and use it in GitHub Desktop.

Select an option

Save mihgen/978418 to your computer and use it in GitHub Desktop.
CC post install head
%post
#
# HERE SOME POST-INSTALLATION PROCEDURES
#
####################################################################
# Basic settings as credentials for mysql server
####################################################################
# MySQL database, user and password
MYBASE="nova"
MYUSER="nova"
MYPASS="nova"
# Path to config file
CONF="/etc/nova/nova.conf"
####################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment