From 8dc81b6987b01a8a0af0e88bd8b2ed1a1f8558a8 Mon Sep 17 00:00:00 2001 From: demmm Date: Wed, 25 Mar 2020 19:43:29 +0100 Subject: [PATCH] Increase Manual Partition instructions used downstream since 2014, has helped a lot with increaisng correct setups --- src/modules/partition/gui/ChoicePage.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 89393262d..a89dd1edb 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -332,7 +332,9 @@ ChoicePage::setupChoices() CALAMARES_RETRANSLATE( m_somethingElseButton->setText( tr( "Manual partitioning
" - "You can create or resize partitions yourself." ) ); + "You can create or resize partitions yourself." + " Having a GPT partition table and fat32 512Mb /boot partition " + "is a must for UEFI installs, either use an existing without formatting or create one." ) ); updateSwapChoicesTr( m_eraseSwapChoiceComboBox ); ) }