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:
fosslinux 2021-08-05 22:16:19 +10:00
parent d429c48d76
commit 04180f5672
48 changed files with 438 additions and 342 deletions

View file

@ -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