File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -58,23 +58,24 @@ o /sysinfo/jobs FINAL_JOBS int _ Number of jobs
58
58
The number of jobs that packages should be compiled with. A sensible value
59
59
would be the number of threads on your system.
60
60
61
+ o /sysinfo/arch ARCH "x86|amd64|riscv64" _ Architecture
62
+ The architecture live-bootstrap is running on.
63
+
61
64
m /sysinfo/internal _ _ _ [INTERNAL] Advanced configuration
62
65
Internal configuration. You should not touch this unless you know what you
63
66
are doing!
64
67
65
- o /sysinfo/internal/arch ARCH "x86|amd64|riscv64" _ Architecture
66
- The architecture live-bootstrap is running on. This should already be correct!
67
-
68
68
o /sysinfo/internal/ci INTERNAL_CI bool False Internal CI
69
69
If you are seeing this, it should not be set to true. (Flag for live-bootstrap
70
70
CI).
71
71
72
72
m /dev _ _ _ [DEV] Development options
73
- Options intended for live-bootstrap development or debugging.
73
+ Options intended for primarily live-bootstrap development or debugging.
74
74
75
75
o /dev/update_checksums UPDATE_CHECKSUMS bool False [DEV] Update checksums of packages
76
76
Rather than checking checksums of packages against the existing list, generate
77
77
a new list for the checksums of packages.
78
78
79
- o /dev/build_kernels BUILD_KERNELS bool _ [DEV] Build kernels
79
+ o /dev/build_kernels BUILD_KERNELS bool _ Build kernels
80
80
Even when they are not required, still build kernels/kernel adjacent packages.
81
+ This option has no effect when using KERNEL_BOOTSTRAP.
You can’t perform that action at this time.
0 commit comments