Skip to content

Commit

Permalink
Merge pull request #52 from h3krn/master
Browse files Browse the repository at this point in the history
Exclude extended partitions from resize calculation

Performing merge, thanks for this and apologies for the time.
  • Loading branch information
mastacontrola authored Jun 19, 2024
2 parents 8d2b58a + 4f7aff9 commit 8661180
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,7 @@ function fill_disk(partition_names, partitions, args, n, fixed_partitions, origi
full_size = p_start + p_size;
}
original_fixed += int(MIN_START);
if (match(fixedList, regex)) {
continue;
}
continue;
}
if (p_number > 4) {
original_fixed += int(MIN_START);
Expand Down

0 comments on commit 8661180

Please sign in to comment.