mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
2ea8b3208f
This will make Slackware show up in the first list of supported systems when choosing what OS to install. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
20 lines
620 B
Diff
20 lines
620 B
Diff
diff -Nur virt-manager-0.10.0.orig/virtinst/osdict.py virt-manager-0.10.0/virtinst/osdict.py
|
|
--- virt-manager-0.10.0.orig/virtinst/osdict.py 2013-06-13 14:10:00.000000000 -0500
|
|
+++ virt-manager-0.10.0/virtinst/osdict.py 2013-11-11 17:47:51.907305561 -0600
|
|
@@ -619,7 +619,15 @@
|
|
VIDEO : VMVGA_VIDEO,
|
|
},
|
|
},
|
|
-
|
|
+ "slackware": {
|
|
+ "label": "Slackware",
|
|
+ "distro": "slackware",
|
|
+ "supported": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
"generic24": {
|
|
"label": "Generic 2.4.x kernel"
|
|
},
|