forked from CentOS/sig-atomic-buildscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
centos-atomic-base.json
128 lines (115 loc) · 2.67 KB
/
centos-atomic-base.json
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
{
"osname": "centos-atomic-host",
"selinux": true,
"install-langs": ["en_US"],
"install-langs-comment": "Keep this in sync with treecompose-post.sh",
"install-langs": [
"pt_BR",
"fr",
"fr_FR",
"de",
"de_DE",
"it",
"it_IT",
"ru",
"ru_RU",
"es",
"es_ES",
"en_US",
"zh_CN",
"ja",
"ja_JP",
"ko",
"ko_KR",
"zh_TW",
"as",
"as_IN",
"bn",
"bn_IN",
"gu",
"gu_IN",
"hi",
"hi_IN",
"kn",
"kn_IN",
"ml",
"ml_IN",
"mr",
"mr_IN",
"or",
"or_IN",
"pa",
"pa_IN",
"ta",
"ta_IN",
"te",
"te_IN"
],
"documentation": false,
"initramfs-args": ["--no-hostonly", "--add", "iscsi"],
"automatic_version_prefix": "7.1808",
"postprocess-script": "treecompose-post.sh",
"etc-group-members": ["wheel", "docker"],
"ignore-removed-users": ["root"],
"ignore-removed-groups": ["root"],
"check-passwd": { "type": "file", "filename": "passwd" },
"check-groups": { "type": "file", "filename": "group" },
"packages": ["filesystem", "glibc", "nss-altfiles", "shadow-utils",
"centos-release-atomic",
"atomic",
"systemd", "kernel", "rpm-ostree-client",
"dracut-network",
"biosdevname",
"coreutils",
"lvm2",
"grub2", "grub2-efi", "ostree-grub2",
"efibootmgr", "shim",
"e2fsprogs", "xfsprogs",
"mdadm",
"docker",
"selinux-policy-targeted",
"sssd",
"cloud-init",
"cloud-utils-growpart",
"tar", "xz", "gzip", "bzip2",
"less",
"kexec-tools",
"iscsi-initiator-utils",
"bridge-utils",
"nfs-utils",
"subscription-manager",
"subscription-manager-plugin-ostree",
"subscription-manager-plugin-container",
"openssh-server", "openssh-clients",
"chrony",
"logrotate",
"passwd",
"iptables-services",
"NetworkManager", "vim-minimal", "nano",
"sudo",
"tuned", "tuned-profiles-atomic",
"irqbalance",
"bash-completion",
"rsync", "tmux",
"net-tools", "nmap-ncat",
"bind-utils",
"authconfig",
"policycoreutils-python",
"cockpit-system",
"cockpit-bridge",
"cockpit-ostree",
"cockpit-docker",
"setools-console",
"atomic-devmode",
"docker-latest",
"docker-lvm-plugin",
"docker-novolume-plugin",
"runc"
],
"remove-from-packages": [
["yum", "/usr/bin/.*"],
["filesystem", "/usr/share/backgrounds"]
],
"units": ["docker.service", "tuned.service", "docker-storage-setup.service"],
"default_target": "multi-user.target"
}