mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Only override BIOS bootloader install path if there's no UI.
This commit is contained in:
parent
7a89b53538
commit
a4831085fb
1 changed files with 2 additions and 1 deletions
|
@ -500,6 +500,7 @@ ChoicePage::onLeave()
|
|||
}
|
||||
else // installPath is then passed to the bootloader module for MBR setup
|
||||
{
|
||||
if ( m_bootloaderComboBox.isNull() )
|
||||
m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue