Skip to content
Discussion options

You must be logged in to vote

Finally found a fix for it (classic, right after asking for help!):
dnf install -y dos2unix
dos2unix mkosi.postinst.chroot

so from what I understand
the interpreter was there, but the script had CRLF line endings from Windows, so the kernel was looking for 'sh\r' instead of 'sh'. Running dos2unix fixed the path resolution.

Thank you for your time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PVNagel
Comment options

Answer selected by PVNagel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants