mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
bootloaderInstallPath only applies if !isEfi.
This commit is contained in:
parent
7e0d0a4132
commit
a59a79a816
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||||
*
|
*
|
||||||
* Copyright 2014-2016, Teo Mrnjavac <teo@kde.org>
|
* Copyright 2014-2017, Teo Mrnjavac <teo@kde.org>
|
||||||
*
|
*
|
||||||
* Calamares is free software: you can redistribute it and/or modify
|
* Calamares is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -565,7 +565,7 @@ ChoicePage::onLeave()
|
||||||
}
|
}
|
||||||
else // installPath is then passed to the bootloader module for MBR setup
|
else // installPath is then passed to the bootloader module for MBR setup
|
||||||
{
|
{
|
||||||
if ( m_bootloaderComboBox.isNull() )
|
if ( !m_isEfi && m_bootloaderComboBox.isNull() )
|
||||||
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
|
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue