Increase Manual Partition instructions

used downstream since 2014, has helped a lot with increaisng correct setups
This commit is contained in:
demmm 2020-03-25 19:43:29 +01:00
parent 30ef7b4334
commit 8dc81b6987

View File

@ -332,7 +332,9 @@ ChoicePage::setupChoices()
CALAMARES_RETRANSLATE(
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
"You can create or resize partitions yourself." ) );
"You can create or resize partitions yourself."
" Having a GPT partition table and <strong>fat32 512Mb /boot partition "
"is a must for UEFI installs</strong>, either use an existing without formatting or create one." ) );
updateSwapChoicesTr( m_eraseSwapChoiceComboBox );
)
}