mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Add filesystem UUID to OsproberEntry structure.
This commit is contained in:
parent
18b6e56271
commit
f13f6a1faf
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ struct OsproberEntry
|
||||||
{
|
{
|
||||||
QString prettyName;
|
QString prettyName;
|
||||||
QString path;
|
QString path;
|
||||||
|
QString uuid;
|
||||||
bool canBeResized;
|
bool canBeResized;
|
||||||
QStringList line;
|
QStringList line;
|
||||||
FstabEntryList fstab;
|
FstabEntryList fstab;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue