mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Set HOME
This commit is contained in:
parent
60de56cbe6
commit
667370a726
3 changed files with 4 additions and 2 deletions
|
|
@ -125,4 +125,5 @@ cd "/"
|
|||
if [ -e after.sh ]; then
|
||||
FILE=after.sh
|
||||
fi
|
||||
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" bash ${FILE}
|
||||
|
||||
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" HOME="${HOME}" bash ${FILE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue