parent
3717d0cc15
commit
15436cc018
@ -2110,9 +2110,7 @@ EOF
|
||||
# This makes it easy to mount parent folders first
|
||||
# (e.g. /var before /var/tmp)
|
||||
#
|
||||
@PARTITIONS =
|
||||
sort { length $a->{'mountpoint'} cmp length $b->{'mountpoint'} }
|
||||
@PARTITIONS;
|
||||
@PARTITIONS = sort { length $a->{'mountpoint'} <=> length $b->{'mountpoint'} } @PARTITIONS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user