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

@ -8,6 +8,7 @@
set -e
# shellcheck source=sysglobal/helpers.sh
. helpers.sh
export PATH=/usr/bin:/usr/sbin
@ -26,6 +27,8 @@ create_fhs() {
mount -t tmpfs tmpfs /tmp
}
populate_device_nodes ""
create_fhs
build bash-5.1