We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb14f71 commit 9923251Copy full SHA for 9923251
tools-image/raw-images.sh
@@ -78,4 +78,4 @@ fi
78
sgdisk -n 1:2048:+2M -c 1:legacy -t 1:EF02 $OUT
79
sgdisk -n 2:0:+20M -c 2:UEFI -t 2:EF00 $OUT
80
sgdisk -n 3:0:+64M -c 3:oem -t 3:8300 $OUT
81
-sgdisk -n 4:0:+2048M -c 4:root -t 4:8300 $OUT
+sgdisk -n 4:0:+${RECOVERY_SIZE}M -c 4:root -t 4:8300 $OUT
0 commit comments