kiwi-el8/test/unit/bootloader/config
Marcus Schäfer 39898171b0
Be less strict in boot link to itself
As part of the grub setup a link named 'boot' inside of
/boot is created pointing to itself 'boot -> .'. The reason
is to allow the bootloader config to find its files referenced as
/boot/something independently if /boot is placed into an extra
partition. However if an extra boot partition is used and a
filesystem which does not support symlinks, e.g fat, that
symlink creation should not lead to an error in the image build
process as it is considered an optional safe link and not a
mandatory pre-requisite
2022-04-10 15:25:37 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Support mount by PARTUUID 2022-03-23 09:47:22 +01:00
grub2_test.py Be less strict in boot link to itself 2022-04-10 15:25:37 +02:00
init_test.py Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00
isolinux_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00