Skip to content

Commit

Permalink
dracut: Fix symlink direction
Browse files Browse the repository at this point in the history
Fixes: #16
Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan committed Nov 4, 2022
1 parent f933d55 commit f67757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/modules.d/99asahi-firmware/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ installkernel() {
# called by dracut
install() {
inst_dir "/lib/firmware"
ln_r "/lib/firmware/vendor" "/vendorfw"
ln_r "/vendorfw" "/lib/firmware/vendor"
asahiscriptsdir="/usr/share/asahi-scripts"
inst_dir $asahiscriptsdir
$DRACUT_CP -R -L -t "${initdir}/${asahiscriptsdir}" "${dracutsysrootdir}${asahiscriptsdir}"/*
Expand Down

0 comments on commit f67757c

Please sign in to comment.