mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-05 10:55: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
|
||||
cd "${SOURCES}"
|
||||
|
||||
echo "PREFIX=${PREFIX}" > .env
|
||||
echo "SOURCES=${SOURCES}" >> .env
|
||||
cat > .env <<- EOF
|
||||
export PATH=${PATH}
|
||||
PREFIX=${PREFIX}
|
||||
SOURCES=${SOURCES}
|
||||
EOF
|
||||
|
||||
exec ./run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue