openSUSE Tumbleweed JeOS Images
This provides "Just enough Operating System" images based on Tumbleweed for several platforms.
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
JeOS.kiwi | 0000015351 15 KB | 10 months |
LICENSE | 0000001023 1023 Bytes | over 3 years |
_constraints | 0000000132 132 Bytes | over 3 years |
_link | 0000000124 124 Bytes | 10 months |
_multibuild | 0000000179 179 Bytes | almost 3 years |
config.sh | 0000004675 4.57 KB | 11 months |
editbootinstall_rpi.sh | 0000001042 1.02 KB | about 3 years |
kiwi-templates-JeOS.changes | 0000027253 26.6 KB | 10 months |
kiwi-templates-JeOS.spec | 0000001629 1.59 KB | about 1 year |
Comments 5
aginies wrote about 2 years ago
Yes it was an error, then i pushed from home:aginies:branches:Virtualization:Appliances:Images:openSUSE-Tumbleweed kiwi-templates-JeOS to the correct place, what's was wrong on this one ? And we didn't want to enable XEN on aarch64, as this is only tested and ok on x86_64. Any other arch for XEN should not be used.
favogt wrote about 2 years ago
Did you mean to comment on the sr? It only included a change to the .changes file, probably because OBS rebased after I pushed the revert.
> And we didn't want to enable XEN on aarch64, as this is only tested and ok on x86_64. Any other arch for XEN should not be used.
That's up to the xen package IMO. It has enabled builds for aarch64 for quite some time. If it's not meant to be used, that wouldn't make sense. For Tumbleweed, I'm not aware of any openQA tests for Xen on x86_64 either. I don't see any downside of including those packages, it's up to whoever deploys JeOS which platform to use anyway.
aginies wrote about 2 years ago
Probalbly not the right place, but domU with the kernel-default on arm will not work because it has no PV driver. So we will adjust ExclusiveArch: or tools-domU for x86_64 only. So adding this packages in the JeOS image on other arch than x86_84 is useless.
favogt wrote about 2 years ago
> Probalbly not the right place, but domU with the kernel-default on arm will not work because it has no PV driver.
Is that also needed for modes other than PV?
aginies wrote about 2 years ago
I don't know which domU mode are supported on arm arch (if there is any ...). As there is no PV drivers enalbe, all IO will requires emulated devices (using qemu).