diff --git a/.github/workflows/armbian_custom.yml b/.github/workflows/armbian_custom.yml index 6895d37..b954083 100644 --- a/.github/workflows/armbian_custom.yml +++ b/.github/workflows/armbian_custom.yml @@ -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