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

make sure root partition is big enough #65

Merged
merged 1 commit into from
Jan 24, 2022
Merged

make sure root partition is big enough #65

merged 1 commit into from
Jan 24, 2022

Conversation

Batcastle
Copy link
Member

On systems where the root drive is small, and EFI was in use, and a
seperate /home partition was being used on a different drive, root
partitions where not being made big enough. Fixed that.

On systems where the root drive is small, and EFI was in use, and a 
seperate /home partition was being used on a different drive, root 
partitions where not being made big enough. Fixed that.
@Batcastle Batcastle added the bug Something isn't working label Jan 24, 2022
@Batcastle Batcastle self-assigned this Jan 24, 2022
@pep8speaks
Copy link

Hello @Batcastle! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 110:22: E225 missing whitespace around operator
Line 127:80: E501 line too long (80 > 79 characters)
Line 199:80: E501 line too long (87 > 79 characters)
Line 202:80: E501 line too long (85 > 79 characters)
Line 204:80: E501 line too long (95 > 79 characters)
Line 206:80: E501 line too long (85 > 79 characters)
Line 209:80: E501 line too long (83 > 79 characters)
Line 221:80: E501 line too long (80 > 79 characters)
Line 223:80: E501 line too long (87 > 79 characters)
Line 260:80: E501 line too long (95 > 79 characters)
Line 262:80: E501 line too long (83 > 79 characters)
Line 265:80: E501 line too long (81 > 79 characters)
Line 267:80: E501 line too long (94 > 79 characters)
Line 269:80: E501 line too long (83 > 79 characters)
Line 271:80: E501 line too long (81 > 79 characters)
Line 284:80: E501 line too long (81 > 79 characters)
Line 287:80: E501 line too long (82 > 79 characters)
Line 295:80: E501 line too long (85 > 79 characters)
Line 303:80: E501 line too long (82 > 79 characters)
Line 305:80: E501 line too long (135 > 79 characters)
Line 306:80: E501 line too long (81 > 79 characters)
Line 307:80: E501 line too long (95 > 79 characters)
Line 308:80: E501 line too long (113 > 79 characters)
Line 310:80: E501 line too long (93 > 79 characters)
Line 312:80: E501 line too long (133 > 79 characters)
Line 313:80: E501 line too long (81 > 79 characters)
Line 314:80: E501 line too long (95 > 79 characters)
Line 315:80: E501 line too long (117 > 79 characters)
Line 316:80: E501 line too long (93 > 79 characters)
Line 317:80: E501 line too long (141 > 79 characters)
Line 320:80: E501 line too long (141 > 79 characters)
Line 333:17: E722 do not use bare 'except'
Line 338:80: E501 line too long (100 > 79 characters)
Line 413:80: E501 line too long (96 > 79 characters)
Line 482:80: E501 line too long (86 > 79 characters)
Line 493:80: E501 line too long (80 > 79 characters)
Line 564:80: E501 line too long (85 > 79 characters)
Line 599:80: E501 line too long (92 > 79 characters)
Line 600:80: E501 line too long (100 > 79 characters)
Line 614:80: E501 line too long (80 > 79 characters)

@Batcastle Batcastle merged commit 91e2588 into testing Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants