Merge pull request #1905 from santoshmahto7/santo/avoid-root-naming
Avoid setting rootfs partition name to "root" by default.
This commit is contained in:
commit
fa28999561
@ -976,10 +976,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…
Reference in New Issue
Block a user