Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fips): do not blindly remove /boot
The `mount_boot` method called from fips-noboot.sh in the pre-pivot hook blindly executes `rm -rf /boot` if there is no `boot=` command line parameter, without first checking that /boot is not already mounted by other means.
- Loading branch information