-
Notifications
You must be signed in to change notification settings - Fork 55
/
config
204 lines (181 loc) · 4.52 KB
/
config
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
; OBS access data
; looks at ~/.oscrc or ~/.config/osc/oscrc for user & password if necessary
[OBS]
# server = http://buildservice:5352
server = https://api.opensuse.org
# server = https://user:password@api.opensuse.org
project = openSUSE:Factory
repository = standard
; kernel image name
; use 'kernel_img' to override
;
; *** These are actually perl regexps! ***
;
[KernelImage]
default = vmlinuz
alpha = vmlinuz
ppc = vmlinux
ppc64 = vmlinux
ppc64le = vmlinux
aarch64 = Image
armv7l = zImage
armv6l = zImage
mips = vmlinux
riscv64 = Image
s390 = image
s390x = image
; kernel rpm name
; use 'kernel' to override
;
[KernelRPM]
default = kernel-default
s390 = kernel-s390
; extra kmps we need (',' separated list)
[KMP]
default =
i386 = virtualbox-guest,xen
x86_64 = virtualbox-guest,xen,drm
; extra firmware packages
[Firmware]
default = kernel-firmware-all,adaptec-firmware
i386 = kernel-firmware-all,adaptec-firmware,ipw-firmware,iwl4965-ucode,iwl5000-ucode,atmel-firmware,ralink-firmware
x86_64 = kernel-firmware-all,adaptec-firmware,ipw-firmware,iwl4965-ucode,iwl5000-ucode,atmel-firmware,ralink-firmware
; lib directory
[lib]
default = lib
ppc64 = lib64
ppc64le = lib64
aarch64 = lib64
riscv64 = lib64
s390x = lib64
x86_64 = lib64
; splash config
;
; floppy must be subset of cdrom
;
[Splash]
cdrom = 800x600,1024x768,1280x1024,1400x1050,1600x1200
floppy =
; Define per-theme related values.
;
; 'image': MemLoadImage entry in linuxrc.config
; 'patch_zypp_config': whether to adjust zypp.conf for micro-os & co
;
; All other values are intended as suffixes for branding packages. Values
; can be used as <foo_theme> in *.file_list files.
;
; The theme name itself is available as <theme>.
;
; You can override settings via env vars of the same name ('foo_theme').
;
[Theme openSUSE]
image = 350
patch_zypp_config = 0
release = openSUSE
skelcd = openSUSE
skelcd_ctrl = openSUSE
gfxboot = openSUSE
grub2 = openSUSE
plymouth = openSUSE
systemd = openSUSE
[Theme Slowroll]
image = 350
patch_zypp_config = 0
release = openSUSE
skelcd = openSUSE
skelcd_ctrl = openSUSE-Slowroll
gfxboot = openSUSE
grub2 = openSUSE
plymouth = openSUSE
systemd = openSUSE
product_name = openSUSE-Tumbleweed-Slowroll
[Theme LeapMicro]
image = 350
patch_zypp_config = 1
release = Leap-Micro
skelcd = SMO
skelcd_ctrl = SMO
gfxboot = openSUSE
grub2 = openSUSE
plymouth = openSUSE
systemd = SMO
[Theme SLES]
image = 600
patch_zypp_config = 0
release = unified-installer
skelcd = sles
skelcd_ctrl = leanos
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = SLE
[Theme SLES_SAP]
image = 600
patch_zypp_config = 0
release = unified-installer
skelcd = sles
skelcd_ctrl = leanos
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = SLE
[Theme SLED]
image = 600
patch_zypp_config = 0
release = unified-installer
skelcd = sled
skelcd_ctrl = leanos
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = SLE
[Theme CAASP]
image = 600
patch_zypp_config = 1
release = caasp
skelcd = caasp
skelcd_ctrl = CAASP
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = CAASP
[Theme SMO]
image = 350
patch_zypp_config = 1
release = SLE-Micro
skelcd = SMO
skelcd_ctrl = SMO
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = SMO
[Theme MicroOS]
image = 350
patch_zypp_config = 1
release = MicroOS
skelcd = openSUSE
skelcd_ctrl = MicroOS
gfxboot = openSUSE
grub2 = openSUSE
plymouth = openSUSE
systemd = MicroOS
[Theme LeapMicro]
image = 350
patch_zypp_config = 1
release = Leap-Micro
skelcd = SMO
skelcd_ctrl = SMO
gfxboot = openSUSE
grub2 = openSUSE
plymouth = openSUSE
systemd = SMO
[Theme Zen]
image = 600
patch_zypp_config = 0
release = unified-installer
skelcd = sles
skelcd_ctrl = leanos
gfxboot = SLE
grub2 = SLE
plymouth = SLE
systemd = SLE