]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix: rename dracut.conf.d .conf files to conf.example
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 3 Jul 2024 01:29:07 +0000 (21:29 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 3 Jul 2024 21:32:19 +0000 (17:32 -0400)
Sadly, dracut.conf.d.*.conf files will be also picked up
during CI test runs and there is no trivial way to disable
that, so let's follow the existing .example pattern until
there is a better solution.

dracut.conf.d/50-fips.conf.example [moved from dracut.conf.d/50-fips.conf with 100% similarity]
dracut.conf.d/50-generic.conf.example [moved from dracut.conf.d/50-generic.conf with 100% similarity]
dracut.conf.d/50-hostonly.conf.example [moved from dracut.conf.d/50-hostonly.conf with 100% similarity]
dracut.conf.d/50-rescue.conf.example [moved from dracut.conf.d/50-rescue.conf with 100% similarity]