[luksbootkeyfile] Improve logging to distinguish from other modules
This commit is contained in:
parent
bb6530577d
commit
315e1ac54e
@ -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…
Reference in New Issue
Block a user