Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armbian-resize-filesystem: fix off-by-one error #6312

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

marcone
Copy link
Collaborator

@marcone marcone commented Feb 28, 2024

armbian-resize-filesystem wants to align partitions on 16 MB boundaries, however due to an off-by-one error it would make the last sector of the partition start at a 16 MB boundary instead of ending at a 16 MB boundary.

armbian-resize-filesystem wants to align partitions on 16 MB boundaries,
however due to an off-by-one error it would make the last sector of the
partition start at a 16 MB boundary instead of ending at a 16 MB boundary.
@marcone marcone requested a review from a team as a code owner February 28, 2024 01:57
@github-actions github-actions bot added the size/small PR with less then 50 lines label Feb 28, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge Bugfix Pull request is fixing a bug 05 Milestone: Second quarter release labels Feb 28, 2024
@igorpecovnik igorpecovnik merged commit 5ec50d8 into armbian:main Feb 28, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Bugfix Pull request is fixing a bug Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

None yet

3 participants