bos/iso/airootfs
Breadway 3e61255d43
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
Default to zsh distro-wide (live user + useradd default)
BOS shipped zsh + a p10k skel .zshrc and Calamares' userShell was already
/bin/zsh, but two paths still defaulted to bash:
  - /etc/default/useradd had SHELL=/usr/bin/bash, so any plain `useradd` (and
    anything not going through Calamares) created bash users.
  - bos-live-setup created the live ISO user with -s /bin/bash, so the live
    session ran bash instead of the BOS zsh setup.

Ship /etc/default/useradd with SHELL=/usr/bin/zsh and create liveuser with zsh
so the whole distro — live and installed — defaults to zsh.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 17:45:07 +08:00
..
etc Default to zsh distro-wide (live user + useradd default) 2026-06-17 17:45:07 +08:00
root Capture live-session Hyprland output and fall back to a shell 2026-06-14 03:57:27 +08:00
usr Default to zsh distro-wide (live user + useradd default) 2026-06-17 17:45:07 +08:00