@@ -10,25 +10,28 @@ ${H3_COLOR}Description${N0_COLOR}:
10
10
Build/compile basejail from source tree. This is a wrapper script for
11
11
build/installworld: 'cbsd world' = 'cbsd buildworld' + 'cbsd installworld'.
12
12
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
+
13
16
${H3_COLOR}Options${N0_COLOR}:
14
17
15
18
${N2_COLOR}arch=${N0_COLOR} - <name>, use non-native architectures.
16
19
${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
19
22
qemu emulator into base /bin;
20
23
${N2_COLOR}register_basename=${N0_COLOR} - <name> register with alternative/custom basename.
21
24
${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';
23
26
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.
25
28
26
29
${H3_COLOR}Examples${N0_COLOR}:
27
30
28
31
# cbsd world
29
32
# 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
32
35
33
36
${H3_COLOR}See also${N0_COLOR}:
34
37
0 commit comments