SHA256
1
0
forked from pool/python-kiwi
Go to file
Marcus Schaefer 0a29f52a43 - Bump version: 9.18.15 → 9.18.16
- Fix modules omission for dracut based initrds
  This commit fixes a regression introduced in 07ea23a4. In OEM images
  the dracut modules were not properly omitted as the code was evaluating
  the wrong variable.
  Fixes #1201

- Fix GPT to MBR convertion
  This commit swaps the order of the command in gpt to mbr convertion
  in partitioner.gpt.set_mbr method.
  sgdisk by default converts the partition table from MBR to GPT in memory.
  The change is never applied unless you provide the -g option forcing to
  overwrite the partition table format. If sgdisk does the convertion in
  memory and the user does not provide the -g flag it returns an error
  code.
  The solution applied in this commit is to just run the GPT to MBR
  convertion as the last sgdisk command and change partition type before
  running the convertion.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=150
2019-09-17 11:36:21 +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
python-kiwi-rpmlintrc - Bump version: 9.14.0 → 9.14.1 2018-04-03 10:24:54 +00:00
python-kiwi.changes - Bump version: 9.18.15 → 9.18.16 2019-09-17 11:36:21 +00:00
python-kiwi.spec - Bump version: 9.18.15 → 9.18.16 2019-09-17 11:36:21 +00:00
python-kiwi.tar.gz - Bump version: 9.18.15 → 9.18.16 2019-09-17 11:36:21 +00:00