[initramfs] That's not a safety setting
- Don't confuse a method declaration with an object. - Thanks clang for warning me.
This commit is contained in:
parent
e2028cf85b
commit
97e44f971d
@ -41,7 +41,7 @@ InitramfsJob::prettyName() const
|
|||||||
Calamares::JobResult
|
Calamares::JobResult
|
||||||
InitramfsJob::exec()
|
InitramfsJob::exec()
|
||||||
{
|
{
|
||||||
CalamaresUtils::UMask( CalamaresUtils::UMask::Safe );
|
CalamaresUtils::UMask m( CalamaresUtils::UMask::Safe );
|
||||||
|
|
||||||
cDebug() << "Updating initramfs with kernel" << m_kernel;
|
cDebug() << "Updating initramfs with kernel" << m_kernel;
|
||||||
auto r = CalamaresUtils::System::instance()->targetEnvCommand(
|
auto r = CalamaresUtils::System::instance()->targetEnvCommand(
|
||||||
|
Loading…
Reference in New Issue
Block a user