Use MB in autoPart()

This commit is contained in:
Santiago Lo Coco 2022-01-04 12:01:47 -03:00
parent feb8a5e712
commit fd2e239c1c
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ autoPart() {
sgdisk $disk -n=1:0:+300M -t=1:ef00 2>&1 | debug
if [ -n "$swapPart" ]; then
sgdisk $disk -n=2:0:+${size}G -t=2:8200 2>&1 | debug
sgdisk $disk -n=2:0:+${size}M -t=2:8200 2>&1 | debug
sgdisk $disk -n=3:0:0 2>&1 | debug
else
sgdisk $disk -n=2:0:0 2>&1 | debug