mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Use BootloaderEntryName from Branding for target root partition id.
This commit is contained in:
parent
0c840abdc5
commit
6af901a675
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ ChoicePage::updateActionChoicePreview( Device* currentDevice, ChoicePage::Choice
|
|||
PartitionBarsView* preview = new PartitionBarsView( m_previewAfterFrame );
|
||||
PartitionLabelsView* previewLabels = new PartitionLabelsView( m_previewAfterFrame );
|
||||
previewLabels->setCustomNewRootLabel( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ShortProductName ) );
|
||||
string( Calamares::Branding::BootloaderEntryName ) );
|
||||
|
||||
PartitionModel* model = new PartitionModel( preview );
|
||||
model->init( currentDevice, m_core->osproberEntries() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue