This commit is contained in:
VXTLS 2026-04-20 00:57:19 +01:00 committed by GitHub
commit 79f5db4c3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 789 additions and 40 deletions

View file

@ -115,6 +115,7 @@ build: findutils-4.2.33
build: musl-1.2.5
build: linux-headers-4.14.341-openela
build: gcc-4.0.4
build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
build: util-linux-2.19.1
build: e2fsprogs-1.45.7
build: dhcpcd-10.0.1
@ -132,6 +133,7 @@ jump: break ( INTERNAL_CI == pass1 )
improve: populate_device_nodes
jump: linux ( CHROOT == False )
jump: move_disk ( KERNEL_BOOTSTRAP == True )
improve: import_payload ( KERNEL_BOOTSTRAP == True )
improve: finalize_job_count
improve: finalize_fhs
improve: open_console ( CONSOLES == True )