Skip to content

Instantly share code, notes, and snippets.

@petrblaho
Created August 15, 2012 14:31
Show Gist options
  • Save petrblaho/3360624 to your computer and use it in GitHub Desktop.
Save petrblaho/3360624 to your computer and use it in GitHub Desktop.
fedora 15 template for aeolus
<template>
<name>Fedora 15 Template</name>
<os>
<name>Fedora</name>
<version>15</version>
<arch>x86_64</arch>
<install type='url'>
<url>http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/</url>
</install>
<rootpw>p@ssw0rd</rootpw>
</os>
<description>A Fedora 15 Image Factory Template</description>
<commands>
<command name="F15 updates">yum update -y</command>
</commands>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment