fix BIOS automatic partitioning
This commit is contained in:
parent
b37899b7da
commit
96aea10b4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue