| |
@@ -246,22 +246,6 @@
|
| |
}
|
| |
},
|
| |
],
|
| |
- '^Workstation$': [
|
| |
- {
|
| |
- 'image-build': {
|
| |
- 'format': [('raw-xz','raw.xz')],
|
| |
- 'name': 'Fedora-Workstation',
|
| |
- 'kickstart': 'fedora-disk-workstation.ks',
|
| |
- 'distro': 'Fedora-30',
|
| |
- 'disk_size': '16GB',
|
| |
- 'arches': ['aarch64'],
|
| |
- 'repo': 'Everything',
|
| |
- 'install_tree_from': 'Everything',
|
| |
- 'subvariant': 'Workstation',
|
| |
- 'failable': [''],
|
| |
- }
|
| |
- },
|
| |
- ],
|
| |
}
|
| |
|
| |
kiwibuild = {
|
| |
@@ -541,21 +525,30 @@
|
| |
'failable': ['*'],
|
| |
}
|
| |
],
|
| |
+ '^Workstation$': [
|
| |
+ {
|
| |
+ 'kiwi_profile': 'Workstation-Disk',
|
| |
+ 'arches': ['aarch64'],
|
| |
+ 'repos': ['Everything'],
|
| |
+ 'subvariant': 'Workstation',
|
| |
+ 'failable': [''],
|
| |
+ },
|
| |
+ {
|
| |
+ 'kiwi_profile': 'Workstation-Live',
|
| |
+ 'arches': ['aarch64', 'ppc64le', 'x86_64'],
|
| |
+ 'repos': ['Everything'],
|
| |
+ 'subvariant': 'Workstation',
|
| |
+ 'type_attr': [
|
| |
+ 'volid=%s-WS-Live-%s' % (release_short, KIWI_ISO_VOLID_VERSION),
|
| |
+ 'application_id=%s-Workstation-Live-%s' % (release_short, global_version),
|
| |
+ ],
|
| |
+ 'manifest_type': 'live',
|
| |
+ 'failable': ['aarch64', 'ppc64le'],
|
| |
+ }
|
| |
+ ],
|
| |
}
|
| |
|
| |
live_media = {
|
| |
- '^Workstation$': [
|
| |
- {
|
| |
- 'name': 'Fedora-Workstation-Live',
|
| |
- 'kickstart': 'fedora-live-workstation.ks',
|
| |
- 'arches': ['x86_64', 'ppc64le', 'aarch64'],
|
| |
- 'failable': ['ppc64le', 'aarch64'],
|
| |
- 'repo': 'Everything',
|
| |
- 'install_tree_from': 'Everything',
|
| |
- 'subvariant': 'Workstation'
|
| |
-
|
| |
- }
|
| |
- ],
|
| |
'^Spins': [
|
| |
{
|
| |
'name': 'Fedora-SoaS-Live',
|
| |
This eliminates the dependency on Lorax and ImageFactory
for the Workstation WG.
Fixes: https://pagure.io/fedora-workstation/issue/460