kiwi-el8/test/unit/utils
Marcus Schäfer bc9f37fcf0
Allow to enable volumes for filesystem check
The new attribute <volume ... filesystem_check="true|false"/>
allows to change the default value for the fs_passno field in
the generated fstab file. By default kiwi sets "0" in this
field and leaves it up to the user to customize this as
appropriate via script code. Coding changes to the fstab file
via scripts are not very user friendly and with respect that
systemd takes over control and generates checkers depending on
the value of fs_passno it would be good if there is a way to
explicitly specify if checks to the filesystem are wanted or
not. Therefore the new attribute now exists. If set to: true
this results in a value of "2" for the fs_passno field. Please
note the root/boot and efi entries are excluded from this
setup. This Fixes #1728
2021-03-30 15:10:03 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
block_test.py Fix use of by-label device persistency in grub 2021-03-09 12:19:51 +01:00
checksum_test.py Fixed use of encoding in open calls 2021-01-19 15:24:25 +01:00
codec_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command_capabilities_test.py Make CommandCapabilities.check_version take the longest match 2020-04-16 10:25:21 +02:00
compress_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
fstab_test.py Allow to enable volumes for filesystem check 2021-03-30 15:10:03 +02:00
output_test.py Support multiple markup formats 2020-05-15 13:59:22 +02:00
rpm_database_test.py Make use of Path.which including root_dir parameter 2020-01-22 16:12:08 +01:00
rpm_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
size_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
sync_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
sysconfig_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00