Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/basesystem.json
blob: af52ab2fcdd45f4d26f04f3d99a79ce941d87027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{ "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",
               "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",
               "openssh-client"] }
}