logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: b58c513e8fab2e841f7cf70c8d5371ae3fa31fea
parent 3479d65f58e43a21f195da6e47803b3a052c08b8
Author: Dor Askayo <dor.askayo@gmail.com>
Date:   Thu, 13 Jul 2023 12:59:29 +0300

Define PATH in the sysb .env file

Diffstat:

Msysb/init7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sysb/init b/sysb/init @@ -37,7 +37,10 @@ install_tar util-linux-2.19.1 0 # Begin sysb bootstrapping process cd "${SOURCES}" -echo "PREFIX=${PREFIX}" > .env -echo "SOURCES=${SOURCES}" >> .env +cat > .env <<- EOF +export PATH=${PATH} +PREFIX=${PREFIX} +SOURCES=${SOURCES} +EOF exec ./run.sh