Skip to content

Instantly share code, notes, and snippets.

@msavy
Created February 3, 2011 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msavy/809017 to your computer and use it in GitHub Desktop.
Save msavy/809017 to your computer and use it in GitHub Desktop.
appl in question (fedora-14-dumb.appl)
name: fedora-14-dumb
summary: F14 basic verification of extremely simple appl
os:
name: fedora
version: 14
hardware:
partitions:
"/":
size: 3
packages:
includes:
- @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