fix BIOS automatic partitioning

This commit is contained in:
Rudra Saraswat 2023-04-26 00:41:52 +05:30
parent b37899b7da
commit 96aea10b4b

View file

@ -137,7 +137,7 @@ def inst_partition(config):
# Create root partition # Create root partition
exec(['parted', '-s', device, 'mkpart', exec(['parted', '-s', device, 'mkpart',
'primary', 'ext4', '512MB', '100%']) 'primary', 'ext4', '700MB', '100%'])
if 'nvme' in device or 'mmcblk' in device: if 'nvme' in device or 'mmcblk' in device:
# Format EFI/boot partition # Format EFI/boot partition