|
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
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>
|
||
|---|---|---|
| .. | ||
| calamares | ||
| default | ||
| greetd | ||
| mkinitcpio.conf.d | ||
| mkinitcpio.d | ||
| pacman.d | ||
| polkit-1/rules.d | ||
| profile.d | ||
| skel | ||
| sudoers.d | ||
| systemd | ||
| hostname | ||
| locale.conf | ||
| localtime | ||
| pacman.conf | ||
| passwd | ||
| shadow | ||
| vconsole.conf | ||