Skip to content

Commit 76e320a

Browse files
author
olevole
committed
style
1 parent 1b0f7c6 commit 76e320a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

system/world

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,28 @@ ${H3_COLOR}Description${N0_COLOR}:
1010
Build/compile basejail from source tree. This is a wrapper script for
1111
build/installworld: 'cbsd world' = 'cbsd buildworld' + 'cbsd installworld'.
1212

13+
As a result of the work, you will get a copy of the FreeBSD "rootfs" (base for jail)
14+
in the ~cbsd/basejail/ directory.
15+
1316
${H3_COLOR}Options${N0_COLOR}:
1417

1518
${N2_COLOR}arch=${N0_COLOR} - <name>, use non-native architectures.
1619
${N2_COLOR}basename=${N0_COLOR} - Prefix for directory name, can be used for jail as alternative base.
17-
${N2_COLOR}destdir${N0_COLOR} - <path> - alternative DESTDIR= path instead of ~cbsd/basejail/.
18-
${N2_COLOR}qemu${N0_COLOR} - '0' - copy (default) or '1' - do not copy the
20+
${N2_COLOR}destdir=${N0_COLOR} - <path> - alternative DESTDIR= path instead of ~cbsd/basejail/.
21+
${N2_COLOR}qemu=${N0_COLOR} - '0' - copy (default) or '1' - do not copy the
1922
qemu emulator into base /bin;
2023
${N2_COLOR}register_basename=${N0_COLOR} - <name> register with alternative/custom basename.
2124
${N2_COLOR}target_arch=${N0_COLOR} - <name>, build non-native target arch.
22-
${N2_COLOR}ver=${N0_COLOR} - set version: '13.0', '13.1';
25+
${N2_COLOR}ver=${N0_COLOR} - set version: '14.2', '15.1';
2326
when version without minor version: e.g:
24-
'13' or '12' - you will receive RELENG (stable=1), not release.
27+
'14' or '15' - you will receive RELENG (stable=1), not release.
2528

2629
${H3_COLOR}Examples${N0_COLOR}:
2730

2831
# cbsd world
2932
# cbsd world destdir=/tmp/testbase
30-
# cbsd world ver=13.0 arch=arm64 target_arch=aarch64
31-
# cbsd world ver=13.0 arch=riscv target_arch=riscv64
33+
# cbsd world ver=14.2 arch=arm64 target_arch=aarch64
34+
# cbsd world ver=14.3 arch=riscv target_arch=riscv64
3235

3336
${H3_COLOR}See also${N0_COLOR}:
3437

0 commit comments

Comments
 (0)