diff options
Diffstat (limited to 'app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch')
-rw-r--r-- | app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch b/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch deleted file mode 100644 index bd502fda9b12..000000000000 --- a/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- virtinst-0.400.0/virtinst/FullVirtGuest.py.orig 2008-11-23 18:31:00.000000000 -0500 -+++ virtinst-0.400.0/virtinst/FullVirtGuest.py 2008-11-23 18:31:13.000000000 -0500 -@@ -91,6 +91,11 @@ - }}, - "generic24": { "label": "Generic 2.4.x kernel" }, - "generic26": { "label": "Generic 2.6.x kernel" }, -+ "virtio26": { "label": "Generic 2.6.25 or later with virtio", -+ "devices" : { -+ "disk" : { "bus" : [ (["kvm"], "virtio") ] }, -+ "net" : { "model" : [ (["kvm"], "virtio") ] } -+ }}, - }, - }, - |