mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[partition] Apply custom layout when installing "Alongside"
When choosing "Install alongside another system", the custom partition layout is applied to the space freed by resizing the selected partition. Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
This commit is contained in:
parent
74a59ae68a
commit
2f14a21456
5 changed files with 31 additions and 43 deletions
|
@ -160,6 +160,8 @@ public:
|
|||
void initLayout( const QVariantList& config );
|
||||
|
||||
void layoutApply( Device *dev, qint64 firstSector, qint64 lastSector, QString luksPassphrase );
|
||||
void layoutApply( Device *dev, qint64 firstSector, qint64 lastSector, QString luksPassphrase, PartitionNode* parent, const PartitionRole& role );
|
||||
|
||||
/**
|
||||
* @brief jobs creates and returns a list of jobs which can then apply the changes
|
||||
* requested by the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue