mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45: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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue