This commit is contained in:
Patrick Schleizer 2023-01-07 17:37:46 -05:00
parent 8e2db269b0
commit 5689c07f97
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -69,6 +69,8 @@ ram_wipe() {
if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then
info "wipe-ram.sh: Success, there are no more mounted encrypted disks, OK."
else
## dracut should unmount the root encrypted disk cryptsetup luksClose during shutdown
## https://github.com/dracutdevs/dracut/issues/1888
warn "\
wipe-ram.sh: There are still mounted encrypted disks! RAM wipe failed!