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

Open
bseibold opened this issue May 20, 2024 · 1 comment · May be fixed by #315
Open

initcpio hook adds temporary files to list #314

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

Comments

@bseibold
Copy link

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.

@bseibold bseibold linked a pull request May 20, 2024 that will close this 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