kiwi-el8/kiwi/tasks
Marcus Schäfer 94c7a7cdf6
Added new oem-resize-once element
The new element controls the behavior of the repart/resize code
in the oem-repart dracut module. By default the repart/resize
happens on every reboot and therefore also allows for disk
geometry changes during the livetime of the machine. If the
element is set to false the repart/resize operation happens
only once and then never again. To check for this condition
a new profile environment variable kiwi_rootpartuuid which
holds the PARTUUID of the root partition has been added to
the disk builder.
2020-03-27 10:37:42 +01:00
..
__init__.py Continue Refactor into subpackage 2016-03-08 16:21:00 +01:00
base.py Added new image type: wsl 2020-03-26 19:42:25 +01:00
image_info.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
image_resize.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
result_bundle.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
result_list.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
system_build.py Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
system_create.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
system_prepare.py Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
system_update.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00