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 f933d55 commit f67757cCopy full SHA for f67757c
1 file changed
dracut/modules.d/99asahi-firmware/module-setup.sh
@@ -26,7 +26,7 @@ installkernel() {
26
# called by dracut
27
install() {
28
inst_dir "/lib/firmware"
29
- ln_r "/lib/firmware/vendor" "/vendorfw"
+ ln_r "/vendorfw" "/lib/firmware/vendor"
30
asahiscriptsdir="/usr/share/asahi-scripts"
31
inst_dir $asahiscriptsdir
32
$DRACUT_CP -R -L -t "${initdir}/${asahiscriptsdir}" "${dracutsysrootdir}${asahiscriptsdir}"/*
0 commit comments