Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initcpio hook adds temporary files to list #314

Closed
bseibold opened this issue May 20, 2024 · 1 comment · Fixed by #315
Closed

initcpio hook adds temporary files to list #314

bseibold opened this issue May 20, 2024 · 1 comment · Fixed by #315

Comments

@bseibold
Copy link
Contributor

When installing a custom kernel (UKI) using initcpio, currently a temporary file is added to the sbctl list:

# sbctl list-files
/boot/EFI/Linux/arch-linux-fallback.efi
Signed:         ✓ Signed

/boot/EFI/Linux/arch-linux.efi
Signed:         ✓ Signed

/efi/EFI/systemd/systemd-bootx64.efi
Signed:         ✓ Signed

/tmp/kernel-install.staging.EnH7Yj/uki.efi: open /tmp/kernel-install.staging.EnH7Yj/uki.efi: no such file or directory

This could be solved be changing sign -s to sign in the hook.

This is potentially related to #306, however I don't think it's exactly the same issue.

@Foxboron
Copy link
Owner

I suspect having -s is an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants