feat: remove root password option from installer

This commit is contained in:
Noel Miller 2024-04-29 15:25:02 -05:00
parent fc3afb5e56
commit ad9ec4011e
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,7 @@ jobs:
flatpak_remote_refs_dir: ${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }}
enable_flatpak_dependencies: "false"
extra_boot_params: ${{ steps.generate-extra-params.outputs.extra-boot-params }}
additional_templates: 'installer/lorax_templates/remote_root_password_prompt.tmpl'
- name: Move ISOs to Upload Directory
id: upload-directory

View File

@ -0,0 +1,4 @@
<%page args="variant"/>
%if variant == "Kinoite":
append etc/anaconda/profile.d/fedora-kinoite.conf "[User Interface]\\nhidden_spokes =\\n PasswordSpoke"
%endif