Zsh Shell in manjaro tools

You can change the shell by using login_shell="/bin/zsh".
This sets zsh as the shell on the live boot.
How? or can you make it use zhs for the installation, as this is still bash.

After installing zsh change the shell with:

chsh -s /bin/zsh

After reboot, it should be there.

1 Like

In profile.conf

# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell              : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"

README.md

2 Likes

You are right that is in the profile-conf example but buildiso does not see it using “buildiso -qv”.
Edit:
Many Thanks it does work it just does not show in “buildiso -qv”

That may be correct - I don’t think -qv is designed to show all the possible permutations - after all - since the tools has been created numerous options has been added and it is not feasible to list them all with -qv

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.