mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +01:00
Various fixes + cleanup.
- Add parts.rst documentation for Linux kernel. - Completely fix problems caused by new bootstrap, update checksums for /usr. - Globalise populate_device_nodes. - Enable deblobbing.
This commit is contained in:
parent
d429c48d76
commit
04180f5672
48 changed files with 438 additions and 342 deletions
|
|
@ -9,11 +9,12 @@
|
|||
|
||||
set -e
|
||||
|
||||
trap "env - PATH=${PREFIX}/bin PS1='\w # ' bash -i" EXIT
|
||||
trap 'env - PATH=${PREFIX}/bin PS1="\w # " bash -i' EXIT
|
||||
|
||||
# shellcheck source=sysglobal/helpers.sh
|
||||
. helpers.sh
|
||||
# shellcheck source=/dev/null
|
||||
. helpers.sh
|
||||
|
||||
. bootstrap.cfg
|
||||
|
||||
trap bash EXIT
|
||||
|
||||
|
|
@ -77,4 +78,4 @@ fi
|
|||
echo "Bootstrapping completed."
|
||||
|
||||
cd "${PREFIX}"
|
||||
exec env - PATH=${PREFIX}/bin PS1="\w # " bash -i
|
||||
exec env - PATH="${PREFIX}/bin" PS1="\w # " bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue