Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/basesystem.json
blob: 53811c887f01e0b9c3aae853bf81adfccda37adc (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
    "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", 
            "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", 
            "apt-utils", 
            "apt-xapian-index", 
            "aptdaemon", 
            "at", 
            "base-files", 
            "dash", 
            "e2fslibs", 
            "e2fsprogs", 
            "grub-pc", 
            "gzip", 
            "hostname", 
            "krb5-locales", 
            "login", 
            "logrotate", 
            "git", 
            "bash", 
            "diffutils", 
            "grep", 
            "ncurses-base"
        ], 
        "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"
        ]
    }
}