Skip to content

Commit

Permalink
[Minor] Increased image size
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Mar 25, 2024
1 parent 8521082 commit 08b31b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basic.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion CrowPi.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion Picade.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 08b31b5

Please sign in to comment.