From 08b31b5eab007c3faf22320abbf2e1fd9f2b627b Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 25 Mar 2024 13:48:47 +0100 Subject: [PATCH] [Minor] Increased image size --- Basic.pkr.hcl | 2 +- CrowPi.pkr.hcl | 2 +- Picade.pkr.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {