mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-13 06:37:05 +00:00
feat (ISO): add default bazzite user to ISOs
This commit is contained in:
parent
4775d33401
commit
6628c3dd4c
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
@ -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
|
||||
|
1
installer/lorax_templates/set_default_user.tmpl
Normal file
1
installer/lorax_templates/set_default_user.tmpl
Normal file
@ -0,0 +1 @@
|
||||
append usr/share/anaconda/interactive-defaults.ks "\\nuser --name=bazzite --password=bazzite --plaintext --groups=wheel"
|
Loading…
Reference in New Issue
Block a user