openSUSE Tumbleweed JeOS (DEPRECATED, use Minimal instead)
VM images of openSUSE Tumbleweed for various platforms.
-
39
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Templates:Images:Tumbleweed/openSUSE-Tumbleweed-JeOS && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
JeOS.kiwi | 0000014894 14.5 KB | |
LICENSE | 0000001023 1023 Bytes | |
_constraints | 0000000132 132 Bytes | |
_link | 0000000201 201 Bytes | |
config.sh | 0000006654 6.5 KB | |
editbootinstall_rpi.sh | 0000001031 1.01 KB | |
images.sh | 0000001729 1.69 KB | |
kiwi-templates-Tumbleweed-JeOS.changes | 0000015852 15.5 KB |
Revision 3 (latest revision is 20)
Fabian Vogt (favogt)
committed
(revision 3)
Comments 11
HOWWWWWWWWWWWWWWWWW!!!!!!!!!!!!!!!!!!!
Hi, What can I do for you? Have a nice day, Regards,
Its my first time using the build service. i want to build my linux distro. But I don't know how to use this. Can anyone help me please?
How do they expect anyone to be able to use this software?!?!? Give me one good reason.
By using their computer? If that's not the answer you expect, please refine your question.
How can I customize the linux distro?
Hello, by branching this package here and then modifying the JeOS.kiwi to add packages you want, also you can add different configuration customizations in the config.sh script that runs after the packages installation. Also alternatively you can use https://build.opensuse.org/image_templates that creates an appliance and has a WebUI where you can add packages to the image.
It seems the WebUI is currently broken just for this template. It shows the following error:
"Package has no source revision yet"
As of now, it's only possible to branch this by clicking on the link that goes to this page and then click on "show unmerged sources".
(And I can't branch it either.)
Fixed. Someone deleted the .changes file, I added it back.
How should I add LXDE or LXQt DE and make them work?
As explained above, branch the package, check it out with osc tool (the OBS cli) and add the packages you need, in your case we actually have a pattern (https://tr.opensuse.org/Patterns) called patterns-lxde-lxde and patterns-lxqt-lxqt Then commit your changes and you will have OBS building the images for you. OR You can use https://build.opensuse.org/image_templates where you choose a base image, JeOS tumbleweed is there, and there's a little web interface (look for the software tab) where you can add the packages in a more intuitive way. Soon we will publish some articles about all this as the community seems to have renewed interest in custom images.