mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Allow the use of configurator under builder-hex0
This commit is contained in:
parent
e1077cbed3
commit
67d92a50f3
6 changed files with 11 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ Only set to True if live-bootstrap is running directly on bare metal, without
|
|||
another kernel or virtualisation layer in between. A chroot, bubblewrap, or
|
||||
QEMU is not bare metal.
|
||||
|
||||
o /sysinfo/jobs JOBS int _ Number of jobs
|
||||
o /sysinfo/jobs FINAL_JOBS int _ Number of jobs
|
||||
The number of jobs that packages should be compiled with. A sensible value
|
||||
would be the number of threads on your system.
|
||||
|
||||
|
|
|
|||
6
steps/improve/reconfigure.sh
Normal file
6
steps/improve/reconfigure.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
set -ex
|
||||
/configurator /steps/configurator
|
||||
/script-generator /steps/manifest
|
||||
|
|
@ -41,6 +41,7 @@ build: fiwix-1.5.0-lb1 ( BUILD_FIWIX == True )
|
|||
build: lwext4-1.0.0-lb1 ( BUILD_FIWIX == True )
|
||||
build: kexec-fiwix-1.0 ( BUILD_FIWIX == True )
|
||||
jump: fiwix ( KERNEL_BOOTSTRAP == True )
|
||||
improve: reconfigure ( CONFIGURATOR != True )
|
||||
define: JOBS = 1 ( KERNEL_BOOTSTRAP == True )
|
||||
build: make-3.82
|
||||
build: patch-2.5.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue