forked from rockstor/rockstor-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rockstor.kiwi
480 lines (477 loc) · 25.6 KB
/
rockstor.kiwi
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!-- we are after an OEM image for install media CD/DVD or flash disk -->
<!-- schema doc available at:
https://osinside.github.io/kiwi/development/schema.html#schema-docs -->
<!-- For reference we have:
https://en.opensuse.org/Portal:JeOS
https://documentation.suse.com/kiwi/9/single-html/kiwi/index.html
https://build.opensuse.org/package/show/openSUSE:Leap:15.3/kiwi-templates-JeOS
https://build.opensuse.org/package/show/openSUSE:Leap:15.3:Images/JeOS
-->
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
<!--Change to "Rockstor-<baseos-machine>" e.g. "Rockstor-Leap15.3-RaspberryPi4"-->
<image schemaversion="7.1" name="Rockstor-NAS">
<description type="system">
<author>Philip Guyton</author>
<contact>philip@yewtreeapps.com</contact>
<specification>
Rockstor install image based on openSUSE
</specification>
</description>
<profiles>
<!-- For preferences, drivers, repository, packages, and users elements -->
<!-- https://osinside.github.io/kiwi/working_with_kiwi/xml_description.html#image-profiles-->
<!-- N.B. can inherit one profile within another via requires profile="" -->
<profile name="Leap15.3.x86_64"
description="Rockstor built on openSUSE Leap 15.3 x86_64"
arch="x86_64"/>
<profile name="Leap15.3.RaspberryPi4"
description="Rockstor built on openSUSE Leap 15.3 Raspberry_Pi"
arch="aarch64"/>
<profile name="Leap15.3.ARM64EFI"
description="Rockstor built on openSUSE Leap 15.3 ARM64 EFI/VM/Ten64"
arch="aarch64"/>
<profile name="Leap15.4.x86_64"
description="Rockstor built on openSUSE Leap 15.4 x86_64"
arch="x86_64"/>
<profile name="Leap15.4.RaspberryPi4"
description="Rockstor built on openSUSE Leap 15.4 Raspberry_Pi"
arch="aarch64"/>
<profile name="Leap15.4.ARM64EFI"
description="Rockstor built on openSUSE Leap 15.4 ARM64 EFI/VM/Ten64"
arch="aarch64"/>
<!-- Tumbleweed.x86_64 profiles in development -->
<!-- for testing Python 3 migration within testing channel -->
<profile name="Tumbleweed.x86_64"
description="Rockstor built on openSUSE Tumbleweed x86_64"
arch="x86_64"/>
<profile name="Tumbleweed.RaspberryPi4"
description="Rockstor built on openSUSE Tumbleweed Raspberry_Pi"
arch="aarch64"/>
<profile name="Tumbleweed.ARM64EFI"
description="Rockstor built on openSUSE Tumbleweed ARM64 EFI/VM/Ten64"
arch="aarch64"/>
</profiles>
<preferences profiles="Leap15.3.x86_64,Leap15.4.x86_64,Tumbleweed.x86_64">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.5.8-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
<timezone>Europe/London</timezone>
<rpm-excludedocs>true</rpm-excludedocs>
<rpm-check-signatures>false</rpm-check-signatures>
<!--bgrt, charge, fade-in-->
<bootsplash-theme>upstream</bootsplash-theme> <!--boot theme-->
<!--bgrt,breeze,starfield-->
<bootloader-theme>upstream</bootloader-theme> <!--gfxboot theme-->
<!-- https://osinside.github.io/kiwi/building/build_oem_disk.html#oem -->
<!--bootpartition= is redundant post kiwi issue #1351-->
<!--firmware="efi" See https://github.com/OSInside/kiwi/issues/1428 re AArch64-->
<!--Re AArch64: https://github.com/OSInside/kiwi/issues/1491-->
<type
image="oem"
primary="true"
initrd_system="dracut"
filesystem="btrfs"
fsmountoptions="noatime"
bootloader="grub2"
firmware="efi"
installiso="true"
kernelcmdline="nomodeset plymouth.enable=0 rd.kiwi.oem.maxdisk=5000G"
bootpartition="false"
devicepersistency="by-label"
btrfs_root_is_snapshot="true"
btrfs_quota_groups="false"
efipartsize="64"
>
<systemdisk>
<volume name="home"/>
<volume name="root"/>
<volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/i386-pc"/>
<volume name="boot/grub2/x86_64-efi"
mountpoint="boot/grub2/x86_64-efi"/>
<volume name="usr/local"/>
<volume name="var" copy_on_write="false"/>
</systemdisk>
<oemconfig>
<oem-swap>true</oem-swap>
<oem-swapsize>2048</oem-swapsize>
<oem-device-filter>/dev/ram</oem-device-filter>
<oem-multipath-scan>false</oem-multipath-scan>
<oem-skip-verify>true</oem-skip-verify>
</oemconfig>
</type>
</preferences>
<preferences profiles="Leap15.3.RaspberryPi4,Leap15.4.RaspberryPi4,Tumbleweed.RaspberryPi4">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.5.8-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
<timezone>Europe/London</timezone>
<rpm-excludedocs>true</rpm-excludedocs>
<rpm-check-signatures>false</rpm-check-signatures>
<!--bgrt, charge, fade-in-->
<bootsplash-theme>upstream</bootsplash-theme> <!--boot theme-->
<!--bgrt,breeze,starfield-->
<bootloader-theme>upstream</bootloader-theme> <!--gfxboot theme-->
<!-- https://osinside.github.io/kiwi/building/build_oem_disk.html#oem -->
<!--bootpartition= is redundant post kiwi issue #1351-->
<!--firmware="efi" See https://github.com/OSInside/kiwi/issues/1428 re AArch64-->
<!--Re AArch64: https://github.com/OSInside/kiwi/issues/1491-->
<!--devicepersistency="by-uuid" differs from our normal !. Needs testing-->
<type
image="oem"
initrd_system="dracut"
filesystem="btrfs"
fsmountoptions="noatime,compress=lzo"
bootloader="grub2"
firmware="efi"
kernelcmdline="plymouth.enable=0 rd.kiwi.oem.maxdisk=5000G console=ttyS0,115200 console=tty"
bootpartition="false"
devicepersistency="by-uuid"
btrfs_root_is_snapshot="true"
btrfs_quota_groups="false"
efipartsize="64"
editbootinstall="editbootinstall_rpi.sh"
>
<systemdisk>
<volume name="home"/>
<volume name="root"/>
<volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/arm64-efi"
mountpoint="boot/grub2/arm64-efi"/>
<volume name="usr/local"/>
<volume name="var" copy_on_write="false"/>
</systemdisk>
<oemconfig>
<oem-swap>true</oem-swap>
<oem-swapsize>2048</oem-swapsize>
<oem-skip-verify>true</oem-skip-verify>
</oemconfig>
</type>
</preferences>
<preferences profiles="Leap15.3.ARM64EFI,Leap15.4.ARM64EFI,Tumbleweed.ARM64EFI">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.5.8-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
<timezone>Europe/London</timezone>
<rpm-excludedocs>true</rpm-excludedocs>
<rpm-check-signatures>false</rpm-check-signatures>
<!--bgrt, charge, fade-in-->
<bootsplash-theme>upstream</bootsplash-theme> <!--boot theme-->
<!--bgrt,breeze,starfield-->
<bootloader-theme>upstream</bootloader-theme> <!--gfxboot theme-->
<!-- https://osinside.github.io/kiwi/building/build_oem_disk.html#oem -->
<!--bootpartition= is redundant post kiwi issue #1351-->
<!--firmware="efi" See https://github.com/OSInside/kiwi/issues/1428 re AArch64-->
<!--Re AArch64: https://github.com/OSInside/kiwi/issues/1491-->
<!--devicepersistency="by-uuid" differs from our normal !. Needs testing-->
<type
image="oem"
initrd_system="dracut"
filesystem="btrfs"
fsmountoptions="noatime,compress=lzo"
bootloader="grub2"
firmware="efi"
kernelcmdline="plymouth.enable=0 rd.kiwi.oem.maxdisk=5000G earlycon"
bootpartition="false"
devicepersistency="by-uuid"
btrfs_root_is_snapshot="true"
btrfs_quota_groups="false"
efipartsize="64"
format="qcow2"
>
<systemdisk>
<volume name="home"/>
<volume name="root"/>
<volume name="tmp"/>
<volume name="opt"/>
<volume name="srv"/>
<volume name="boot/grub2/arm64-efi"
mountpoint="boot/grub2/arm64-efi"/>
<volume name="usr/local"/>
<volume name="var" copy_on_write="false"/>
</systemdisk>
<size unit="G">16</size>
<oemconfig>
<oem-swap>true</oem-swap>
<oem-swapsize>2048</oem-swapsize>
<oem-skip-verify>true</oem-skip-verify>
</oemconfig>
</type>
</preferences>
<!-- ie /lib/modules/4.12.14-lp151.27-default/kernel/ -->
<!-- Non-dracut Based Boot to specify what drivers not to strip-->
<!--https://osinside.github.io/kiwi/working_with_kiwi/shell_scripts.html-->
<!-- <drivers>-->
<!-- <file name="drivers/block/cciss.ko"/>-->
<!-- </drivers>-->
<users>
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root"
name="root" groups="root"/>
</users>
<!-- For zypper priority 1 is highest, priority 0 returns to default of 99 -->
<!-- https://build.opensuse.org/project/show/Virtualization:Appliances:Builder -->
<!-- Leap 15.3 repo now dual architecture -->
<repository type="rpm-md" alias="kiwi" priority="1"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="obs://Virtualization:Appliances:Builder/openSUSE_Leap_15.3"/>
</repository>
<!-- Leap 15.4 Virtualization is x86_64 only, using default distro kiwi-ng version -->
<!-- <repository type="rpm-md" alias="kiwi" priority="1"-->
<!-- profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">-->
<!-- <source path="obs://Virtualization:Appliances:Builder/openSUSE_Leap_15.4"/>-->
<!-- </repository>-->
<repository type="rpm-md" alias="kiwi" priority="1"
profiles="Tumbleweed.x86_64,Tumbleweed.RaspberryPi4,Tumbleweed.ARM64EFI">
<source path="obs://Virtualization:Appliances:Builder/openSUSE_Tumbleweed"/>
</repository>
<!-- https://en.opensuse.org/Package_repositories -->
<!-- Alias repo-oss Name="Main Repository" in JeOS-->
<!-- Leap 15.3 repo now multi architecture -->
<repository type="rpm-md" alias="Leap_15_3" imageinclude="true"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="obs://openSUSE:Leap:15.3/standard"/>
</repository>
<repository type="rpm-md" alias="Leap_15_4" imageinclude="true"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="obs://openSUSE:Leap:15.4/standard"/>
</repository>
<repository type="rpm-md" alias="Tumbleweed" imageinclude="true"
profiles="Tumbleweed.x86_64">
<source path="obs://openSUSE:Tumbleweed/standard"/>
</repository>
<repository type="rpm-md" alias="Tumbleweed" imageinclude="true"
profiles="Tumbleweed.RaspberryPi4,Tumbleweed.ARM64EFI">
<source path="https://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/"/>
</repository>
<!-- Alias repo-update Name="Main Update Repository" or "openSUSE-Tumbleweed-Update" in JeOS-->
<!-- Leap 15.3 repo now multi architecture -->
<repository type="rpm-md" alias="Leap_15_3_Updates" imageinclude="true"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.3/oss/"/>
</repository>
<repository type="rpm-md" alias="Leap_15_4_Updates" imageinclude="true"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.4/oss/"/>
</repository>
<repository type="rpm-md" alias="Tumbleweed_Updates" imageinclude="true"
profiles="Tumbleweed.x86_64">
<source path="https://download.opensuse.org/update/tumbleweed/"/>
</repository>
<!-- Alias repo-backports-update Name="Update repository of openSUSE Backports" -->
<!-- or "openSUSE_Backports_SLE-15-SP3_Update" / "Online updates for openSUSE:Backports:SLE-15-SP3 (standard)" -->
<!-- Alias repo-sle-update Name="Update repository with updates from SUSE Linux Enterprise 15" -->
<!-- or "openSUSE_Leap_15.3_SLE-Update" / "Online updates for openSUSE Leap 15.3 (SLE)" -->
<!-- See: https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.3/#installation-new-update-repos -->
<!-- Leap 15.3 profiles only - repos are multi architecture -->
<!-- Not included in image as auto added by installed system. -->
<!-- Used during image build to capture updates at time of installer build -->
<repository type="rpm-md" alias="repo-backports-update"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.3/backports/"/>
</repository>
<repository type="rpm-md" alias="repo-backports-update"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.4/backports/"/>
</repository>
<repository type="rpm-md" alias="repo-sle-update"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.3/sle/"/>
</repository>
<repository type="rpm-md" alias="repo-sle-update"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="https://download.opensuse.org/update/leap/15.4/sle/"/>
</repository>
<!-- https://osinside.github.io/kiwi/working_with_kiwi/xml_description.html#adding-repositories -->
<!-- Local-Repository on build host: for pre-installed rockstor package -->
<!-- <repository type="rpm-dir" alias="Local-Repository">-->
<!-- <source path="dir:/mnt/localrepo"/>-->
<!-- </repository>-->
<!-- Resource Rockstor Testing channel during installer build only -->
<repository type="rpm-md" alias="Rockstor-Testing"
profiles="Leap15.3.x86_64">
<source path="http://updates.rockstor.com:8999/rockstor-testing/leap/15.3/"/>
</repository>
<repository type="rpm-md" alias="Rockstor-Testing"
profiles="Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="http://updates.rockstor.com:8999/rockstor-testing/leap/15.3_aarch64/"/>
</repository>
<!-- Rockstor repos are multi-arch from 15.4 onwards -->
<repository type="rpm-md" alias="Rockstor-Testing"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="http://updates.rockstor.com:8999/rockstor-testing/leap/15.4/"/>
</repository>
<repository type="rpm-md" alias="Rockstor-Testing"
profiles="Tumbleweed.x86_64,Tumbleweed.RaspberryPi4,Tumbleweed.ARM64EFI">
<source path="http://updates.rockstor.com:8999/rockstor-testing/tumbleweed/"/>
</repository>
<!-- For shellinabox package -->
<!-- https://build.opensuse.org/package/show/shells/shellinabox -->
<!-- Lower priority (higher number) than default 99 to avoid other dev shell packages supplanting -->
<!-- those in default repositories. Shellinabox is not currently offered as part of the base system -->
<!-- Rockstor home repo on OBS for Leap 15.3 + now hosts dual arch shellinabox -->
<!-- Maintain lower priority to upstream in case shellinabox is added there -->
<!-- https://build.opensuse.org/project/show/home:rockstor -->
<repository type="rpm-md" alias="home_rockstor" priority="105" imageinclude="true"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor/openSUSE_Leap_15.3/"/>
</repository>
<repository type="rpm-md" alias="home_rockstor" priority="105" imageinclude="true"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor/15.4/"/>
</repository>
<repository type="rpm-md" alias="home_rockstor" priority="105" imageinclude="true"
profiles="Tumbleweed.x86_64,Tumbleweed.RaspberryPi4,Tumbleweed.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor/openSUSE_Tumbleweed/"/>
</repository>
<!-- As per https://en.opensuse.org/Archive:Making_an_openSUSE_based_distribution -->
<!-- We are required to de/re-brand packages that have no "...branding-upstream" equivalent-->
<!-- This repo currently provides: systemd-presets-branding-rockstor -->
<!-- https://build.opensuse.org/package/show/home:rockstor:branches:Base:System/systemd-presets-branding-rockstor -->
<!-- Leap 15.3 repo now multi architecture -->
<repository type="rpm-md" alias="home_rockstor_branches_Base_System" priority="97" imageinclude="true"
profiles="Leap15.3.x86_64,Leap15.3.RaspberryPi4,Leap15.3.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor:/branches:/Base:/System/openSUSE_Leap_15.3/"/>
</repository>
<repository type="rpm-md" alias="home_rockstor_branches_Base_System" priority="97" imageinclude="true"
profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor:/branches:/Base:/System/15.4/"/>
</repository>
<repository type="rpm-md" alias="home_rockstor_branches_Base_System" priority="97" imageinclude="true"
profiles="Tumbleweed.x86_64,Tumbleweed.RaspberryPi4,Tumbleweed.ARM64EFI">
<source path="https://download.opensuse.org/repositories/home:/rockstor:/branches:/Base:/System/openSUSE_Tumbleweed/"/>
</repository>
<!-- THE FOLLOWING KERNEL REPOS ARE NOT SUPPORTED. -->
<!-- Provided here remarked-out for developer convenience only. -->
<!-- https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-tuning-multikernel.html -->
<!-- "Installing a kernel from Kernel:HEAD should never be necessary, -->
<!-- because important fixes are backported by SUSE and are made available as official updates. -->
<!-- Installing the latest kernel only makes sense for kernel developers and kernel testers."-->
<!-- Kernel HEAD Backports -->
<!-- https://build.opensuse.org/repositories/Kernel:HEAD:Backport -->
<!-- <repository type="rpm-md" alias="Kernel_HEAD_Backport" imageinclude="true"-->
<!-- profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">-->
<!-- <source path="https://download.opensuse.org/repositories/Kernel:/HEAD:/Backport/standard/"/>-->
<!-- </repository>-->
<!-- Kernel Stable Backports -->
<!-- https://build.opensuse.org/project/show/Kernel:stable:Backport -->
<!-- See also: https://rockstor.com/docs/howtos/stable_kernel_backport.html -->
<!-- <repository type="rpm-md" alias="Kernel_stable_Backport" imageinclude="true"-->
<!-- profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">-->
<!-- <source path="https://download.opensuse.org/repositories/Kernel:/stable:/Backport/standard/"/>-->
<!-- </repository>-->
<!-- btrfs-progs backport via filesystems repo -->
<!-- https://build.opensuse.org/project/show/filesystems -->
<!-- <repository type="rpm-md" alias="filesystems" imageinclude="true"-->
<!-- profiles="Leap15.4.x86_64,Leap15.4.RaspberryPi4,Leap15.4.ARM64EFI">-->
<!-- <source path="https://download.opensuse.org/repositories/filesystems/15.4/"/>-->
<!-- </repository>-->
<packages type="image">
<package name="adaptec-firmware"/> <!--Razor AIC94xx Series SAS-->
<package name="bash-completion"/>
<package name="bind-utils"/>
<package name="btrfsmaintenance"/>
<package name="btrfsprogs"/>
<package name="checkmedia"/>
<package name="cifs-utils"/>
<package name="cryptsetup"/>
<package name="dhcp-client"/>
<package name="dmraid"/>
<package name="dosfstools"/> <!-- For fscking /boot/efi -->
<package name="dracut"/>
<package name="dracut-kiwi-oem-dump"/>
<package name="dracut-kiwi-oem-repart"/>
<package name="fbiterm"/> <!-- Opt used by jeos-firstboot - non-latin fonts -->
<package name="fontconfig"/>
<package name="fonts-config"/>
<package name="gfxboot-branding-upstream" arch="x86_64"/> <!-- grub bg -->
<package name="gio-branding-upstream"/> <!--or branding-openSUSE-->
<package name="group(mail)"/>
<package name="group(wheel)"/>
<package name="grub2"/>
<package name="grub2-arm64-efi" arch="aarch64"/>
<package name="grub2-branding-upstream"/>
<package name="grub2-i386-pc" arch="x86_64"/>
<package name="grub2-snapper-plugin"/>
<package name="grub2-x86_64-efi" arch="x86_64"/>
<package name="htop"/>
<package name="ibutils"/> <!-- OpenIB Mellanox InfiniBand Diagnostic Tools -->
<package name="iproute2"/>
<package name="iputils"/>
<package name="jeos-firstboot"/>
<package name="kernel-default"/>
<package name="kernel-firmware-bnx2"/> <!--10.8MiB - Broadcom net drivers-->
<package name="kernel-firmware-chelsio"/> <!--2.9 MiB - Chelsio net drivers-->
<package name="kernel-firmware-intel"/> <!--2.5MiB - Intel platform drivers-->
<package name="kernel-firmware-marvell"/> <!--2.3 MiB - Marvell net drivers-->
<package name="kernel-firmware-network"/> <!--3.6MiB misc net drivers-->
<package name="kernel-firmware-platform"/> <!--1.6 MiB - misc platform drivers-->
<package name="kernel-firmware-qlogic"/> <!--12.8MiB - QLogic net drivers-->
<package name="keyutils"/>
<package name="less"/>
<package name="lsof"/> <!--for zypper ps-->
<package name="nano"/>
<package name="NetworkManager"/>
<package name="NetworkManager-branding-upstream"/> <!--or branding-openSUSE-->
<package name="nfs-client"/>
<package name="open-iscsi"/>
<!-- <package name="open-vm-tools"/> -->
<package name="openssh"/>
<package name="parted"/>
<package name="patterns-base-base"/>
<package name="pesign"/>
<package name="rpcbind"/>
<package name="shim" arch="x86_64"/>
<package name="snapper"/>
<package name="snapper-zypp-plugin"/>
<package name="syslinux" arch="x86_64"/>
<package name="systemd"/>
<package name="systemd-presets-branding"/> <!--or branding-openSUSE-->
<package name="systemd-sysvinit"/>
<package name="tar"/>
<package name="timezone"/>
<package name="tree"/>
<package name="vim"/>
<package name="wget"/> <!--enable building from source via build.sh-->
<package name="which"/>
<package name="ntfs-3g"/>
<!--ROCKSTOR PACKAGE WITH MANY ADDITIONAL DISTRO SPECIFIC DEPENDENCIES-->
<!--Change to reflect the version specified, i.e. 4.5.8-0-->
<package name="rockstor-4.5.8-0"/>
</packages>
<packages type="image" profiles="Leap15.3.RaspberryPi4,Leap15.4.RaspberryPi4,Tumbleweed.RaspberryPi4">
<package name="raspberrypi-eeprom" arch="aarch64"/>
<package name="raspberrypi-firmware" arch="aarch64"/>
<package name="raspberrypi-firmware-config" arch="aarch64"/>
<package name="raspberrypi-firmware-dt" arch="aarch64"/>
<!-- For WiFi: -->
<package name="bcm43xx-firmware"/>
<package name="u-boot-rpiarm64" arch="aarch64"/>
</packages>
<!-- <packages type="oem" profiles="x86_64,Ten64">-->
<!-- </packages>-->
<packages type="bootstrap">
<package name="ca-certificates"/>
<!-- https://github.com/OSInside/kiwi/issues/776#issuecomment-403724943 -->
<package name="ca-certificates-cacert"/>
<package name="ca-certificates-mozilla"/>
<package name="cracklib-dict-full"/>
<package name="filesystem"/>
<package name="gawk"/>
<package name="glibc-locale"/> <!-- possbily glibc-locale-base-->
<package name="grep"/>
<package name="gzip"/>
<package name="openSUSE-release"/> <!-- /etc/os-release etc -->
<package name="udev"/>
<package name="xz"/>
</packages>
</image>