summaryrefslogtreecommitdiffstats
path: root/fedora-live-kde-base.ks
diff options
context:
space:
mode:
authorRex Dieter <rdieter@math.unl.edu>2013-03-12 10:36:51 -0500
committerRex Dieter <rdieter@math.unl.edu>2013-03-12 10:36:51 -0500
commit315dbdea221f420354d263bb72987f6cea4b4be8 (patch)
treecefb49f14473322fcc9908babc949c6fc3ee05f4 /fedora-live-kde-base.ks
parent2c02271f43da35652daaa2a57a4c3e1584ca76aa (diff)
downloadspin-kickstarts-315dbdea221f420354d263bb72987f6cea4b4be8.tar.gz
spin-kickstarts-315dbdea221f420354d263bb72987f6cea4b4be8.tar.xz
spin-kickstarts-315dbdea221f420354d263bb72987f6cea4b4be8.zip
kde: expliclty add mariadb deps
Another hopefully short-term hack to avoid MySQL borkage, conflicts
Diffstat (limited to 'fedora-live-kde-base.ks')
-rw-r--r--fedora-live-kde-base.ks4
1 files changed, 3 insertions, 1 deletions
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 97b25a3..3e1bdc0 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -17,7 +17,9 @@
# use kde-print-manager instead of system-config-printer
-system-config-printer
# make sure mariadb lands instead of MySQL (hopefully a temporary hack)
--MySQL*
+mariadb-embedded
+mariadb-libs
+mariadb-server
%end