diff --git a/Basic.pkr.hcl b/Basic.pkr.hcl index 8bd9500..75debf1 100644 --- a/Basic.pkr.hcl +++ b/Basic.pkr.hcl @@ -11,7 +11,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-Basic-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions { diff --git a/CrowPi.pkr.hcl b/CrowPi.pkr.hcl index d437794..88c6077 100644 --- a/CrowPi.pkr.hcl +++ b/CrowPi.pkr.hcl @@ -20,7 +20,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-CrowPi-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions { diff --git a/Picade.pkr.hcl b/Picade.pkr.hcl index 4855364..66dd33f 100644 --- a/Picade.pkr.hcl +++ b/Picade.pkr.hcl @@ -11,7 +11,7 @@ source "arm" "raspios" { image_build_method = "resize" image_path = "Pi4J-Picade-OS.img" image_type = "dos" - image_size = "6G" + image_size = "8G" # Boot Partition image_partitions {