Skip to content

Commit

Permalink
leave some free space on a mock disk
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Dec 11, 2024
1 parent 96cd1f6 commit acfdcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/PartitioningView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public class Installer.PartitioningView : AbstractInstallerView {
device_path = "/dev/sdc2",
filesystem = InstallerDaemon.FileSystem.LVM,
start_sector = 542968,
end_sector = 1562820270,
end_sector = 1062820270,
sectors_used = InstallerDaemon.PartitionUsage () {
tag = 0,
value = 0
Expand Down

0 comments on commit acfdcc3

Please sign in to comment.