This commit is contained in:
Chrysostomus 2020-11-07 12:55:54 +02:00
parent b7cc4860e0
commit adc8d7e624

View File

@ -201,7 +201,7 @@ LuksBootKeyFileJob::exec()
// /boot partition is not encrypted, keyfile must not be used // /boot partition is not encrypted, keyfile must not be used
if ( hasUnencryptedSeparateBoot() ) if ( hasUnencryptedSeparateBoot() )
{ {
cDebug() << Logger::SubEntry << "/boot partition is not encryptepted, skipping keyfile creation."; cDebug() << Logger::SubEntry << "/boot partition is not encrypted, skipping keyfile creation.";
return Calamares::JobResult::ok(); return Calamares::JobResult::ok();
} }