Skip to content

Commit

Permalink
feat (ISO): add default bazzite user to ISOs
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Aug 5, 2024
1 parent 4775d33 commit f1893dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions installer/lorax_templates/set_default_user.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
append usr/share/anaconda/interactive-defaults.ks "user --name=bazzite --password=bazzite --plaintext --groups=wheel"

0 comments on commit f1893dd

Please sign in to comment.