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

test: Don't encrypt/move the EFI partition in encrypt_root #19256

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

martinpitt
Copy link
Member

Doing that messes up the kernel's mount state, and eventually mounts the new /boot on top of the old /boot and /boot/efi. This results in /boot/efi not being umountable any more, and hanging forever during shutdown on waiting for boot-efi.mount to finish stopping.


This blocks cockpit-project/bots#5171

Doing that messes up the kernel's mount state, and eventually mounts the
new /boot *on top of* the old /boot and /boot/efi. This results in
/boot/efi not being umountable any more, and hanging forever during
shutdown on waiting for boot-efi.mount to finish stopping.
@martinpitt martinpitt merged commit 1d80bfe into cockpit-project:main Aug 29, 2023
33 checks passed
@martinpitt martinpitt deleted the encrypt-efi branch August 29, 2023 19:07
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 this pull request may close these issues.

2 participants