Skip to content

Commit 8ff8ef5

Browse files
committed
Revert "vagrant(rawhide): work around test module mess in latest dracut"
This reverts commit 410bf7e. Should be resolved by dracut-ng/dracut-ng@a0d12aa
1 parent 92cbe3c commit 8ff8ef5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vagrant/bootstrap_scripts/rawhide-selinux.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ git clone https://github.com/dracut-ng/dracut-ng
7272
pushd dracut-ng
7373
./configure
7474
make -j "$(nproc)"
75-
# FIXME: newer dracut moved test modules under the test/ directory and created
76-
# symlinks to the original location, which causes some issues
77-
# See: https://github.com/dracut-ng/dracut-ng/issues/695
78-
rm -rf /usr/lib/dracut/modules.d/80test*
7975
make install
8076
# Fix SELinux labels on module files
8177
restorecon -Rv /usr/lib/dracut

0 commit comments

Comments
 (0)