Skip to content

Commit

Permalink
remove the root filesystem size changes
Browse files Browse the repository at this point in the history
These were needed for me to be able to test things locally, but don't
belong in this PR.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh authored and MichaIng committed Sep 10, 2023
1 parent 77dbcaf commit 87843d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/images/dietpi-build
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ case $HW_MODEL in
52) iname='ASUSTB' HW_ARCH=2 partition_start=4 root_size=764;;
54) iname='NanoPiK2' HW_ARCH=3 partition_start=4 root_size=764;;
55) iname='NanoPiR2S' HW_ARCH=3 partition_start=16 root_size=752;;
56) iname='NanoPiNEO3' HW_ARCH=3 partition_start=16 root_size=884;;
56) iname='NanoPiNEO3' HW_ARCH=3 partition_start=16 root_size=752;;
57) iname='NanoPiNEOPlus2' HW_ARCH=3 partition_start=4 root_size=764;;
58) iname='NanoPiM4V2' HW_ARCH=3 partition_start=16 root_size=752;;
59) iname='ZeroPi' HW_ARCH=2 partition_start=4 root_size=764;;
Expand Down Expand Up @@ -122,7 +122,7 @@ case $HW_MODEL in
79) iname='NanoPi6' HW_ARCH=3 root_size=752;; # Special case: Skips image file, partitioning and filesystem generation, but runs debootstrap only!
80) iname='OrangePi5' HW_ARCH=3 PTTYPE='gpt' partition_start=16 root_size=752;;
81) iname='VisionFive2' HW_ARCH=11 root_size=639;;
82) iname='OrangePi5Plus' HW_ARCH=3 PTTYPE='gpt' partition_start=16 root_size=952;;
82) iname='OrangePi5Plus' HW_ARCH=3 PTTYPE='gpt' partition_start=16 root_size=752;;
*) G_DIETPI-NOTIFY 1 "Invalid hardware model \"$HW_MODEL\" passed, aborting..."; exit 1;;
esac

Expand Down

0 comments on commit 87843d0

Please sign in to comment.