We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cbe3c commit 8ff8ef5Copy full SHA for 8ff8ef5
vagrant/bootstrap_scripts/rawhide-selinux.sh
@@ -72,10 +72,6 @@ git clone https://github.com/dracut-ng/dracut-ng
72
pushd dracut-ng
73
./configure
74
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*
79
make install
80
# Fix SELinux labels on module files
81
restorecon -Rv /usr/lib/dracut
0 commit comments