Skip to content

Commit 0e13b6d

Browse files
committed
Increase the size of /boot as 512 MB seems to causing issues with newer distros
1 parent 8dab9e2 commit 0e13b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/install_vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def handle_kickstart(data):
256256

257257
if data.uefi:
258258
content = content.replace(
259-
"part /boot --fstype=xfs --size=512",
259+
"part /boot --fstype=xfs --size=1024",
260260
"part /boot --fstype=xfs --size=312\npart /boot/efi --fstype=efi --size=200",
261261
).replace(
262262
"part biosboot ",

0 commit comments

Comments
 (0)