Hello.
Bugman strikes again. I wanted to test net-install with a freshly made git based ISO… Well, after zsh removing, live session is busted.
Zsh removing commits: https://github.com/endeavouros-team/EndeavourOS-archiso/commit/6023ed467d1d546f5366872ab4f29821f76552f2 and https://github.com/endeavouros-team/EndeavourOS-archiso/commit/ebf69a2e6427398e55c95152b8c11fb7dc058d3a
Both pushed by @fernandomaroto if I’m right.
Starting screenshot:
Kinda annoying.
I also made a small video showing bug in action.
https://mega.nz/#!ryQS0QKB!rXEW5v-sUaZhAbBo0r3sWiI6jDXPRPTWW_MJXnldv-I
Got an idea, looking at this file: https://github.com/endeavouros-team/EndeavourOS-archiso/blob/master/airootfs/root/customize_airootfs.sh
You can read in line 10 to 13:
usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
chmod 700 /root
What about replacing /usr/bin/zsh by /usr/bin/bash?