Skip to content

Commit

Permalink
adding more pre-installs requires more space
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Apr 30, 2024
1 parent 61a0da3 commit 928090c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
if: ${{ startsWith(env.VARIANT, 'dietpi') }}
run: |
cd DietPi/.build/images
sudo G_GITOWNER=dirkhh G_GITBRANCH=adsbim ./dietpi-build -m ${{ env.DIETPI_MACHINE }} -o dirkhh -b adsbim --preinst 141 --sizeincrement 500
sudo G_GITOWNER=dirkhh G_GITBRANCH=adsbim ./dietpi-build -m ${{ env.DIETPI_MACHINE }} -o dirkhh -b adsbim --preinst 141 --sizeincrement 600
mv DietPi*.img ../../../${{ env.MAGIC_PATH }}
- name: create a reasonable tag for this run - either a short sha or the tag we were called with
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Changes since v2.0.0 include:
- fix out of space build error preventing some images from getting built
- further improvements of boot time for DietPi images
- add missing Env variable that broke the option to remove the config link from the map
- add a second set of DietPi images that should boot much quicker as most of the dependencies are installed at build time
Expand Down

0 comments on commit 928090c

Please sign in to comment.