feat (ISO): add default bazzite user to ISOs

This commit is contained in:
Noel Miller 2024-08-05 13:50:54 -05:00 committed by Kyle Gospodnetich
parent 4775d33401
commit 6628c3dd4c
2 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,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: '/github/workspace/installer/lorax_templates/remove_root_password_prompt.tmpl'
additional_templates: '/github/workspace/installer/lorax_templates/remove_root_password_prompt.tmpl /github/workspace/installer/lorax_templates/set_default_user.tmpl'
repos: '/github/workspace/bazzite.repo /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo'
- name: Move ISOs to Upload Directory

View File

@ -0,0 +1 @@
append usr/share/anaconda/interactive-defaults.ks "\\nuser --name=bazzite --password=bazzite --plaintext --groups=wheel"