0e38e7d0b3
The shell start-up scripts are where the PS1 is meant to be set. So far, the absence of a toolbox-specific start-up script was being worked around by setting the PS1 as part of the 'podman exec' invocation. This came with certain limitations. eg., using su(1) or sudo(8) to get a root shell can overwrite the PS1 set during 'podman exec' with a value set by the operating system's existing start-up scripts depending on which environment variables were being retained. Now that the toolbox has it's own /etc/profile.d/toolbox.sh start-up script, it's time to move the PS1 to its rightful home. Since the start-up script and /run/.toolboxenv are present in older toolbox containers, this change should be fully backwards compatible and lead to a more robust PS1 without breaking older containers. https://github.com/debarshiray/toolbox/pull/148 |
||
---|---|---|
.. | ||
meson.build | ||
toolbox.sh |