Created
August 15, 2012 14:31
-
-
Save petrblaho/3360624 to your computer and use it in GitHub Desktop.
fedora 15 template for aeolus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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