mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Launch interactive bash at the end of bootstrap.
This commit is contained in:
parent
3df1a83068
commit
0d14e34172
2 changed files with 6 additions and 1 deletions
|
|
@ -10,3 +10,5 @@ set -e
|
|||
. helpers.sh
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
||||
exec env - PATH=/after/bin bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue