Skip to content

Commit

Permalink
chore: create a dedicated directory for each reference config
Browse files Browse the repository at this point in the history
This change helps with downstream packaging as packaging will no
no longer needs to rename the file.
  • Loading branch information
jozzsi authored and LaszloGombos committed Sep 19, 2024
1 parent a451317 commit 7c6a96e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/TEST-18-UEFI/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test_setup() {

# test with the reference uki config when systemd is available
if command -v systemctl &> /dev/null; then
cp "${basedir}/dracut.conf.d/50-uki-virt.conf.example" "$TESTDIR"/dracut.conf.d/50-uki-virt.conf
cp "${basedir}"/dracut.conf.d/uki-virt/* "$TESTDIR"/dracut.conf.d/
fi

if command -v ukify &> /dev/null; then
Expand Down

0 comments on commit 7c6a96e

Please sign in to comment.