mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[partition] Add support for partition uuid
This commit is contained in:
parent
7e83296aa2
commit
da6f728cd4
4 changed files with 10 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
struct PartitionEntry
|
||||
{
|
||||
QString partLabel;
|
||||
QString partUUID;
|
||||
QString partType;
|
||||
QString partMountPoint;
|
||||
FileSystem::Type partFileSystem = FileSystem::Unknown;
|
||||
|
@ -76,6 +77,7 @@ public:
|
|||
const QString& min = QString(),
|
||||
const QString& max = QString() );
|
||||
bool addEntry( const QString& label,
|
||||
const QString& uuid,
|
||||
const QString& type,
|
||||
const QString& mountPoint,
|
||||
const QString& fs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue