Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/basesystem.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-17 22:15:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-17 22:15:36 (GMT)
commit835091544dfe6f3bc3ff14793e83a970db377e47 (patch)
treede63a3653706926c7d99684b4faa6bbf9afb5f1e /config/packages/basesystem.json
parent72cf705dd6b93a405c90c3f904c224ac2b122eb0 (diff)
Split out base system deps
Diffstat (limited to 'config/packages/basesystem.json')
-rw-r--r--config/packages/basesystem.json83
1 files changed, 83 insertions, 0 deletions
diff --git a/config/packages/basesystem.json b/config/packages/basesystem.json
new file mode 100644
index 0000000..ef39e5a
--- /dev/null
+++ b/config/packages/basesystem.json
@@ -0,0 +1,83 @@
+{ "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",
+ "setserial",
+ "e2fsprogs",
+ "openssh-server",
+ "mingetty",
+ "hostname",
+ "system-config-firewall-base",
+ "lvm2",
+ "passwd",
+ "acl",
+ "plymouth-scripts",
+ "policycoreutils",
+ "selinux-policy-targeted",
+ "parted",
+ "sendmail",
+ "biosdevname",
+ "cronie",
+ "audit",
+ "attr",
+ "gpg-pubkey"],
+ "ubuntu": ["apt",
+ "make",
+ "apparmor",
+ "apt-transport-https",
+ "apt-utils",
+ "apt-xapian-index",
+ "aptdaemon",
+ "at",
+ "base-files",
+ "biosdevname",
+ "buildbot",
+ "buildbot-slave",
+ "dash",
+ "e2fslibs",
+ "e2fsprogs",
+ "fakeroot",
+ "grub-pc",
+ "gzip",
+ "hostname",
+ "krb5-locales",
+ "language-pack-en",
+ "language-pack-en-base",
+ "linux-generic",
+ "linux-headers-generic",
+ "linux-image-generic",
+ "login",
+ "logrotate",
+ "network-manager",
+ "plymouth-theme-ubuntu-text",
+ "ubuntu-minimal",
+ "ubuntu-standard",
+ "git",
+ "dash",
+ "bash",
+ "diffutils",
+ "grep",
+ "ncurses-base"] }
+}