[initramfs] Log what kernel will be passed to update-initramfs
This commit is contained in:
parent
a2d7fdcb8a
commit
6ae8bd82fa
@ -40,6 +40,7 @@ InitramfsJob::prettyName() const
|
||||
Calamares::JobResult
|
||||
InitramfsJob::exec()
|
||||
{
|
||||
cDebug() << "Updating initramfs with kernel" << m_kernel;
|
||||
auto r = CalamaresUtils::System::instance()->targetEnvCommand(
|
||||
{ "update-initramfs", "-k", m_kernel, "-c", "-t" }, QString(), QString(), 10 );
|
||||
return r.explainProcess( "update-initramfs", 10 );
|
||||
|
Loading…
Reference in New Issue
Block a user