mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Merge pull request #1347 from gportay/partition-name
[partition] Name partition using filesystem label
This commit is contained in:
commit
377a78a405
2 changed files with 4 additions and 1 deletions
|
@ -239,6 +239,7 @@ PartitionLayout::execute( Device* dev,
|
|||
PartitionInfo::setMountPoint( currentPartition, part.partMountPoint );
|
||||
if ( !part.partLabel.isEmpty() )
|
||||
{
|
||||
currentPartition->setLabel( part.partLabel );
|
||||
currentPartition->fileSystem().setLabel( part.partLabel );
|
||||
}
|
||||
if ( !part.partFeatures.isEmpty() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue