Images mapping

Change-Id: I2833bbd5b479d77f0c95d248b974a794bdf2ee22
This commit is contained in:
Stan Lagun 2013-07-31 12:33:39 +04:00
parent 63146eca8a
commit 7ec019f7bb

View File

@ -7,7 +7,10 @@
<!-- Mappings between image IDs and image file names can be configured here -->
<!-- ====================================================================== -->
<mapping name="win2k12full">ws-2012-full</mapping>
<mapping name="ws-2012-std">ws-2012-std</mapping>
<mapping name="ws-2012-core">ws-2012-core</mapping>
<mapping name="ws-2008r2-std">ws-2008r2-std</mapping>
<mapping name="ws-2008r2-core">ws-2008r2-core</mapping>
<!-- image to use if no image id provided -->
<mapping name="DEFAULT">ws-2012-full</mapping>