Fix typo
This commit is contained in:
parent
b7cc4860e0
commit
adc8d7e624
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user