Skip to content

Instantly share code, notes, and snippets.

@msavy
Created February 4, 2011 01:42
Show Gist options
  • Save msavy/810599 to your computer and use it in GitHub Desktop.
Save msavy/810599 to your computer and use it in GitHub Desktop.
fedora-13-dumb.appl
name: f13-dumb-test
summary: F13 basic verification of extremely simple appl
os:
name: fedora
version: 13
hardware:
partitions:
"/":
size: 3
packages:
- @base
- @core
post:
base:
- "echo 'worked!' > /base-boxgrinder-test"
ec2:
- "echo 'worked!' > /ec2-boxgrinder-test"
vmware:
- "echo 'worked!' > /vmware-boxgrinder-test"
virtualbox:
- "echo 'worked!' > /virtualbox-boxgrinder-test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment