kiwi-el8/test/unit
Marcus Schäfer 4f4e410523
Fix handling of zipl.conf in plain zipl bootloader
When using the plain zipl bootloader kiwi created a /etc/zipl.conf
file. However, this file was only useful during image build as it
points to a loop target device and geometry but does not represent
a proper config file to be used in the running system. In addition
the different distributors provides their own version and layout
of the zipl.conf to be used inside of the system and with their
respective tools. Thus this commit changes the way how kiwi operates
in a way that the zipl.conf used in the initial image only exists
during the image build process. An eventual present /etc/zipl.conf
will not be touched by kiwi. This Fixes #2597
2024-08-09 12:07:48 +02:00
..
archive Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
boot Fixed delta_root build 2024-03-07 15:50:58 +01:00
bootloader Fix handling of zipl.conf in plain zipl bootloader 2024-08-09 12:07:48 +02:00
builder Do not exclude the .profile env file by default 2024-07-30 18:16:54 +02:00
container Do not exclude the .profile env file by default 2024-07-30 18:16:54 +02:00
filesystem Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
iso_tools Allow to set custom ISO Application ID 2024-07-12 10:23:21 +02:00
markup Handle XSLT errors better 2024-04-18 12:46:20 +02:00
oci_tools Add support for stopsignal in containerconfig 2024-05-02 16:27:14 +02:00
package_manager Mandatory package scripts for Debian bootstrap 2024-08-05 22:59:52 +02:00
partitioner Fix setup of discoverable partitions 2024-03-28 12:00:13 +01:00
repository Fixed repository include to image with dnf 2024-06-19 11:07:52 +02:00
solver Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
storage Setup default minimum volume size per filesystem 2024-08-08 10:22:22 +02:00
system Setup default minimum volume size per filesystem 2024-08-08 10:22:22 +02:00
tasks Fix test_process_result_bundle_as_rpm 2024-08-03 22:14:40 +02:00
utils Add <file> directive to incorporate custom files 2024-07-17 18:16:23 +02:00
volume_manager Setup default minimum volume size per filesystem 2024-08-08 10:22:22 +02:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
api_helper_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
cli_test.py Add --set-type-attr and --set-release-version 2024-07-11 14:33:16 +02:00
command_process_test.py Drop destructor from CommandProcess 2024-02-19 16:37:33 +01:00
command_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
defaults_test.py Setup default minimum volume size per filesystem 2024-08-08 10:22:22 +02:00
firmware_test.py Add new eficsm type attribute 2024-07-11 21:40:19 +02:00
help_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_color_formatter_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_filter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_socket_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
mount_manager_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
path_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
privileges_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
runtime_checker_test.py Fixed runtime checks for dracut module packages 2024-04-18 11:26:12 +02:00
runtime_config_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
shell_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
xml_description_test.py Drop use of obsolete pkg_resources 2024-05-10 15:14:41 +02:00
xml_state_test.py Setup default minimum volume size per filesystem 2024-08-08 10:22:22 +02:00