Fix login lockout: ensure zsh and linux-firmware are installed #17

Closed
jtadlock91 wants to merge 2 commits from fix/zsh-linux-firmware-lockout into master
Showing only changes of commit 7d981c40dd - Show all commits
@@ -33,4 +33,17 @@ operations:
- base
- antergos-next-keyring
- antergos-release
# Without this, GPU/wifi/etc. drivers can fail to initialize at all
# on first boot. This belongs in basestrap.conf rather than
# profile.yaml — profile.yaml only affects the live ISO session,
# never the installed target. basestrap is the step in Calamares'
# actual install sequence that's guaranteed to run for every
# install regardless of desktop choice (verified against the full
# 32-step sequence documented in docs/installer.md).
- linux-firmware
# users.conf sets every new user's default shell to zsh regardless
# of desktop choice, but zsh was never guaranteed to be installed —
# a real login lockout (pam_shells.so rejects the shell before the
# password is even checked). Same reasoning as linux-firmware above.
- zsh