Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/basesystem.json
blob: 7b5c08217b30d29b74df052191affe117359ab14 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
    "base-system": {
        "debian": [
            "openssh-server", 
            "apt", 
            "ibritish", 
            "bsdutils", 
            "make", 
            "apt-utils", 
            "apt-xapian-index", 
            "aptdaemon", 
            "at", 
            "base-files", 
            "dash", 
            "e2fslibs", 
            "e2fsprogs", 
            "grub-pc", 
            "gzip", 
            "hostname", 
            "login", 
            "logrotate", 
            "git", 
            "bash", 
            "diffutils", 
            "grep", 
            "ncurses-base", 
            "python-apt", 
            "aptitude", 
            "bzip2", 
            "cpio", 
            "debhelper", 
            "dmidecode", 
            "dnsutils", 
            "findutils", 
            "initramfs-tools", 
            "kbd", 
            "klibc-utils", 
            "kmod", 
            "linux-base", 
            "linux-image-amd64", 
            "linux-image-3.2.0-4-686-pae", 
            "locales", 
            "lsof", 
            "mawk", 
            "module-init-tools", 
            "pciutils", 
            "rsyslog", 
            "sudo", 
            "sysvinit", 
            "time", 
            "ncurses-bin", 
            "ifupdown", 
            "iptables", 
            "net-tools", 
            "iputils-ping", 
            "isc-dhcp-client", 
            "vim"
        ], 
        "fedora": [
            "openssh-server", 
            "avahi", 
            "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": [
            "openssh-server", 
            "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"
        ]
    }
}