299a86f6e3
On the live image, a fork/exec during login-shell startup can stall the shell before its first prompt. Replace command substitutions with pure builtins in the startup path: - bash.bashrc: read /etc/redox_chroot with the 'read' builtin instead of $(cat ...) - profile: derive the root prompt from EUID/USER/LOGNAME (set by login(1)) instead of $(id -u) - skel/.bashrc: disable lesspipe and dircolors eval (both spawn subprocesses); keep the ls --color=auto alias