Skip to content

Commit 8291a91

Browse files
committed
Clarify some descriptions
1 parent 4c08ba4 commit 8291a91

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

steps/configurator

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,24 @@ o /sysinfo/jobs FINAL_JOBS int _ Number of jobs
5858
The number of jobs that packages should be compiled with. A sensible value
5959
would be the number of threads on your system.
6060

61+
o /sysinfo/arch ARCH "x86|amd64|riscv64" _ Architecture
62+
The architecture live-bootstrap is running on.
63+
6164
m /sysinfo/internal _ _ _ [INTERNAL] Advanced configuration
6265
Internal configuration. You should not touch this unless you know what you
6366
are doing!
6467

65-
o /sysinfo/internal/arch ARCH "x86|amd64|riscv64" _ Architecture
66-
The architecture live-bootstrap is running on. This should already be correct!
67-
6868
o /sysinfo/internal/ci INTERNAL_CI bool False Internal CI
6969
If you are seeing this, it should not be set to true. (Flag for live-bootstrap
7070
CI).
7171

7272
m /dev _ _ _ [DEV] Development options
73-
Options intended for live-bootstrap development or debugging.
73+
Options intended for primarily live-bootstrap development or debugging.
7474

7575
o /dev/update_checksums UPDATE_CHECKSUMS bool False [DEV] Update checksums of packages
7676
Rather than checking checksums of packages against the existing list, generate
7777
a new list for the checksums of packages.
7878

79-
o /dev/build_kernels BUILD_KERNELS bool _ [DEV] Build kernels
79+
o /dev/build_kernels BUILD_KERNELS bool _ Build kernels
8080
Even when they are not required, still build kernels/kernel adjacent packages.
81+
This option has no effect when using KERNEL_BOOTSTRAP.

0 commit comments

Comments
 (0)