mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[partition] Add support for partition attributes
This commit is contained in:
parent
ac8de23c6e
commit
c1b5426c66
6 changed files with 33 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
{
|
||||
QString partLabel;
|
||||
QString partType;
|
||||
quint64 partAttributes;
|
||||
QString partMountPoint;
|
||||
FileSystem::Type partFileSystem = FileSystem::Unknown;
|
||||
QVariantMap partFeatures;
|
||||
|
@ -77,6 +78,7 @@ public:
|
|||
const QString& max = QString() );
|
||||
bool addEntry( const QString& label,
|
||||
const QString& type,
|
||||
quint64 attributes,
|
||||
const QString& mountPoint,
|
||||
const QString& fs,
|
||||
const QVariantMap& features,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue