Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-14 20:22:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 20:22:30 (GMT)
commitd7d0ca476b526a0d12ebdb0b67ae69a42fc17241 (patch)
tree5aa34444cea24f22fa9cc5c92a80504c5d8592ce /scripts
parent4506f1ce957255572183d447b95259155024397f (diff)
Add more base system packages
Diffstat (limited to 'scripts')
-rw-r--r--scripts/deps/packages-3.4.json27
-rw-r--r--scripts/deps/packages-3.6.json2
2 files changed, 29 insertions, 0 deletions
diff --git a/scripts/deps/packages-3.4.json b/scripts/deps/packages-3.4.json
index 3a501bd..9b0498d 100644
--- a/scripts/deps/packages-3.4.json
+++ b/scripts/deps/packages-3.4.json
@@ -1,6 +1,33 @@
{ "Xvfb":
{ "fedora": "xorg-x11-server-Xvfb",
"ubuntu": "xvfb" },
+ "base-system":
+ { "fedora": ["kernel",
+ "kernel-PAE",
+ "kernel-modules-extra",
+ "yum",
+ "NetworkManager",
+ "make",
+ "git",
+ "sudo",
+ "xorg-x11-drv-ati",
+ "xorg-x11-drv-evdev",
+ "xorg-x11-drv-fbdev",
+ "xorg-x11-drv-geode",
+ "xorg-x11-drv-intel",
+ "xorg-x11-drv-mga",
+ "xorg-x11-drv-modesetting",
+ "xorg-x11-drv-nouveau",
+ "xorg-x11-drv-openchrome",
+ "xorg-x11-drv-qxl",
+ "xorg-x11-drv-synaptics",
+ "xorg-x11-drv-vesa",
+ "xorg-x11-drv-vmmouse",
+ "xorg-x11-drv-vmware",
+ "xorg-x11-drv-wacom",
+ "xorg-x11-server-Xorg",
+ "grub2"],
+ "ubuntu": [] },
"xinit":
{ "fedora": "xorg-x11-xinit",
"ubuntu": "xinit" },
diff --git a/scripts/deps/packages-3.6.json b/scripts/deps/packages-3.6.json
index 56fdbbc..74d0d18 100644
--- a/scripts/deps/packages-3.6.json
+++ b/scripts/deps/packages-3.6.json
@@ -3,6 +3,8 @@
"ubuntu": "xvfb" },
"base-system":
{ "fedora": ["kernel",
+ "kernel-PAE",
+ "kernel-modules-extra",
"yum",
"NetworkManager",
"make",