Skip to content

Commit

Permalink
Fixup: We do in fact have boot partitions!
Browse files Browse the repository at this point in the history
  • Loading branch information
meganukebmp committed Oct 29, 2023
1 parent 9644890 commit f67cc25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/orangepi/orangepi_zero3_1500mb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}/orangepi-orangepi_zero3_1500mb_bulls
DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}/orangepi-orangepi_zero3_1500mb_bullseye.img.xz"

# partition resizing
BASE_ROOT_PARTITION="1"
BASE_ROOT_PARTITION="2"
BASE_IMAGE_ENLARGEROOT=2500
BASE_IMAGE_RESIZEROOT=600

Expand Down
2 changes: 1 addition & 1 deletion config/orangepi/orangepi_zero3_others
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}/orangepi-orangepi_zero3_others_bulls
DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}/orangepi-orangepi_zero3_others_bullseye.img.xz"

# partition resizing
BASE_ROOT_PARTITION="1"
BASE_ROOT_PARTITION="2"
BASE_IMAGE_ENLARGEROOT=2500
BASE_IMAGE_RESIZEROOT=600

Expand Down

0 comments on commit f67cc25

Please sign in to comment.