mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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 path;
|
||||
QString uuid;
|
||||
bool canBeResized;
|
||||
QStringList line;
|
||||
FstabEntryList fstab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue