Skip to content

Commit

Permalink
adding config for extra partition for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 25, 2024
1 parent 299a25f commit 0bea7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ jobs:
CLONING_TOOL: dd
OUTPUT_IMG_NAME: DietPi_${{ env.board }}-${{matrix.ui}}-${{ matrix.release }}-${{ matrix.kernel }}
OUTPUT_IMG_EXT: img
#ADD_DOS_PART: 1
#CONFIGS_TO_BOOT: 1
ADD_DOS_PART: 1
CONFIGS_TO_BOOT: 1
run: |
sudo --preserve-env bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/${{ env.dietpi_owner }}/DietPi/${{ env.dietpi_branch }}/.build/images/dietpi-imager')" -i build/output/images/*.img
Expand Down

0 comments on commit 0bea7a0

Please sign in to comment.