mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[luksbootkeyfile] Improve logging to distinguish from other modules
This commit is contained in:
parent
bb6530577d
commit
315e1ac54e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ generateTargetKeyfile()
|
||||||
}
|
}
|
||||||
// Give ample time to check that the file was created correctly
|
// Give ample time to check that the file was created correctly
|
||||||
r = CalamaresUtils::System::instance()->targetEnvCommand( { "ls", "-la", "/" } );
|
r = CalamaresUtils::System::instance()->targetEnvCommand( { "ls", "-la", "/" } );
|
||||||
cDebug() << "In target system" << r.getOutput();
|
cDebug() << "In target system after creating LUKS file" << r.getOutput();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue