|
|
@ -69,6 +69,7 @@ PartitionViewStep::PartitionViewStep( QObject* parent )
|
|
|
|
, m_widget( new QStackedWidget() )
|
|
|
|
, m_widget( new QStackedWidget() )
|
|
|
|
, m_choicePage( nullptr )
|
|
|
|
, m_choicePage( nullptr )
|
|
|
|
, m_manualPartitionPage( nullptr )
|
|
|
|
, m_manualPartitionPage( nullptr )
|
|
|
|
|
|
|
|
, m_requiredStorageGiB( 0.0 )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
m_widget->setContentsMargins( 0, 0, 0, 0 );
|
|
|
|
m_widget->setContentsMargins( 0, 0, 0, 0 );
|
|
|
|
|
|
|
|
|
|
|
@ -564,6 +565,9 @@ PartitionViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|
|
|
|
|
|
|
|
|
|
|
m_swapChoices = choices;
|
|
|
|
m_swapChoices = choices;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Settings that overlap with the Welcome module
|
|
|
|
|
|
|
|
m_requiredStorageGiB = CalamaresUtils::getDouble( configurationMap, "requiredStorage", -1.0 );
|
|
|
|
|
|
|
|
|
|
|
|
// These gs settings seem to be unused (in upstream Calamares) outside of
|
|
|
|
// These gs settings seem to be unused (in upstream Calamares) outside of
|
|
|
|
// the partition module itself.
|
|
|
|
// the partition module itself.
|
|
|
|
gs->insert( "ensureSuspendToDisk", ensureSuspendToDisk );
|
|
|
|
gs->insert( "ensureSuspendToDisk", ensureSuspendToDisk );
|
|
|
|