mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Avoid setting rootfs partition name to "root" by default.
By default, calamares renames the label of root partition to "root" overriding the name specified in partiton.conf Signed-off-by: Santosh Mahto <santosh.mahto@collabora.com>
This commit is contained in:
parent
7aafeec2cb
commit
4b905d5b52
1 changed files with 0 additions and 4 deletions
|
@ -982,10 +982,6 @@ PartitionCoreModule::layoutApply( Device* dev,
|
|||
{
|
||||
part->setLabel( "boot" );
|
||||
}
|
||||
if ( is_root( part ) )
|
||||
{
|
||||
part->setLabel( "root" );
|
||||
}
|
||||
if ( ( separate_boot_partition && is_boot( part ) ) || ( !separate_boot_partition && is_root( part ) ) )
|
||||
{
|
||||
createPartition(
|
||||
|
|
Loading…
Add table
Reference in a new issue