logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 281d5ed1241bc5879c980287edcb1d52a6a3c9f2
parent b9c37291afdb7bc10696bbc2123ba75fba29df30
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sun, 14 Mar 2021 23:27:51 +0000

Add PS1 to interactive bash.

Diffstat:

Msysa/run2.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/run2.sh b/sysa/run2.sh @@ -14,4 +14,4 @@ build automake-1.5 stage2.sh echo "Bootstrapping completed." -exec env - PATH=/after/bin bash -i +exec env - PATH=/after/bin PS1="\w # " bash -i