diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 34cdae56..3f967d53 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -141,7 +141,7 @@ jobs: echo "iso-upload-dir=${ISO_UPLOAD_DIR}" >> $GITHUB_OUTPUT - name: Upload ISOs and Checksum to Job Artifacts - #if: github.ref_name == 'testing' + if: github.ref_name == 'testing' #if: github.event_name == 'pull_request' uses: actions/upload-artifact@v4 with: diff --git a/installer/lorax_templates/remove_root_password_prompt.tmpl b/installer/lorax_templates/remove_root_password_prompt.tmpl index 9981e98d..3bd0342a 100644 --- a/installer/lorax_templates/remove_root_password_prompt.tmpl +++ b/installer/lorax_templates/remove_root_password_prompt.tmpl @@ -1,4 +1 @@ -<%page args="variant"/> -%if variant == "Kinoite": -append etc/anaconda/profile.d/fedora-kinoite.conf "[User Interface]\\nhidden_spokes =\\n PasswordSpoke" -%endif +append etc/anaconda/profile.d/fedora-kinoite.conf "\\n[User Interface]\\nhidden_spokes =\\n PasswordSpoke"