mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Fix typo
This commit is contained in:
parent
b7cc4860e0
commit
adc8d7e624
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue