Blob Blame History Raw
From b5b0f1004ccbec3829d141057ccd4d03ad967fb9 Mon Sep 17 00:00:00 2001
Message-Id: <b5b0f1004ccbec3829d141057ccd4d03ad967fb9.1351034763.git.crobinso@redhat.com>
In-Reply-To: <6f270688ba7384e530fbe132216f19af91d95d45.1351034763.git.crobinso@redhat.com>
References: <6f270688ba7384e530fbe132216f19af91d95d45.1351034763.git.crobinso@redhat.com>
From: Cole Robinson <crobinso@redhat.com>
Date: Sun, 14 Oct 2012 16:17:37 -0400
Subject: [PATCH 3/4] osdict: Add Fedora 18 (cherry picked from commit
 e5cc1b8e20d790ea309b37ad21ce395c30c5abfb)

---
 virtinst/osdict.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 7fd9a1c..728afeb 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -382,6 +382,16 @@ OS_TYPES = {
             INPUT: USB_TABLET,
         }
     },
+    "fedora18": {
+        "label": "Fedora 18",
+        "distro": "fedora",
+        "supported": True,
+        "devices" : {
+            DISK : VIRTIO_DISK,
+            NET  : VIRTIO_NET,
+            INPUT: USB_TABLET,
+        }
+    },
 
     "opensuse11": {
         "label": "openSuse 11",
-- 
1.7.11.7