mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Define PATH in the sysb .env file
This commit is contained in:
parent
3479d65f58
commit
b58c513e8f
1 changed files with 5 additions and 2 deletions
|
|
@ -37,7 +37,10 @@ install_tar util-linux-2.19.1 0
|
||||||
# Begin sysb bootstrapping process
|
# Begin sysb bootstrapping process
|
||||||
cd "${SOURCES}"
|
cd "${SOURCES}"
|
||||||
|
|
||||||
echo "PREFIX=${PREFIX}" > .env
|
cat > .env <<- EOF
|
||||||
echo "SOURCES=${SOURCES}" >> .env
|
export PATH=${PATH}
|
||||||
|
PREFIX=${PREFIX}
|
||||||
|
SOURCES=${SOURCES}
|
||||||
|
EOF
|
||||||
|
|
||||||
exec ./run.sh
|
exec ./run.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue