python-kiwi_boxed_plugin
No description set
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:Appliances:Builder/python-kiwi_boxed_plugin && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-kiwi_boxed_plugin-rpmlintrc | 0000000324 324 Bytes | |
python-kiwi_boxed_plugin.changes | 0000040496 39.5 KB | |
python-kiwi_boxed_plugin.spec | 0000003749 3.66 KB | |
python-kiwi_boxed_plugin.tar.gz | 0000029274 28.6 KB |
Revision 27 (latest revision is 53)
Marcus Schaefer (sax2)
committed
(revision 27)
- Bump version: 0.2.8 → 0.2.9 - Store box files in the users HOME The boxbuild command is intented to be called as normal user and not as root. The former location /var/tmp/kiwi/boxes pins the permissions of the downloaded box files to the user who did it first. This can lead to unexpected side effects when different users on the same system uses boxbuild. This Fixes #28 - Move to github actions - Added --box-smp-cpus option Allow to configure the number of CPUs to use in the SMP setup. By default 4 CPUs are used but this might not be a good value especially in nested VM environment This Fixes #24 - Added more robust qemu binary lookup Check for qemu-system-ARCH first. If this is missing check for qemu-kvm if we are on the x86_64 architecture. If no binary was found raise an exception. This Fixes #27
Comments 0