SHA256
1
0
forked from pool/python-kiwi
Go to file
Marcus Schaefer 78beb0501a - Bump version: 9.21.2 → 9.21.3
- Fixes live ISOs
  This commit fixes iso images. Due to a change introduced in c7ed1cf
  live ISOs were no longer booting as the rootfs.img filesystem was
  copied to the squashfs container while being still mounted. Because of
  that, at boot time, it refused to mount.
  This commit adds umount method for the filesystem base class, so it
  can be umounted before deleting the instance.
  Fixes #1489 and bsc#1173356

- Global variables (#1485)
  * Fix according to PEP8
  * Refactor global variables pythonic way
  * Remove unused import

- Add locale configuration hints in docs

- Add missing decorator for static methods

- Bump version: 9.21.1 → 9.21.2

- Fixed check for root device in grub config
  There is a code path that fixes the grub2-mkconfig used root device
  when building in an environment that does not allow to resolve the
  by-X path names, e.g an obs build worker without udev. For images
  that explicitly defines a root=... value in the kernelcmdline
  attribute the root device check was not called because the
  _get_root_cmdline_parameter method returns None. This commit fixes
  the method to return the expected root device in any case such that

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=178
2020-06-25 15:09:37 +00:00
.gitattributes - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
.gitignore - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
PKGBUILD - Bump version: 9.21.2 → 9.21.3 2020-06-25 15:09:37 +00:00
python-kiwi-rpmlintrc - Bump version: 9.19.9 → 9.19.10 2020-01-13 11:54:14 +00:00
python-kiwi.changes - Bump version: 9.21.2 → 9.21.3 2020-06-25 15:09:37 +00:00
python-kiwi.spec - Bump version: 9.21.2 → 9.21.3 2020-06-25 15:09:37 +00:00
python-kiwi.tar.gz - Bump version: 9.21.2 → 9.21.3 2020-06-25 15:09:37 +00:00