-
Notifications
You must be signed in to change notification settings - Fork 0
/
make-base.8
95 lines (95 loc) · 2.39 KB
/
make-base.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.\" $Id$
.TH MAKE-BASE 8 "July 2018" "FreeBSD" "User Manuals"
.SH NAME
make-base \- Easy build of kernel and world
.SH SYNOPSIS
.TP
.B make-base [ update | buildworld | buildkernel | build ]
.TP
.B make-base [ installkernel | installworld | install ]
.TP
.B make-base [ installjails | installworlds | installall ]
.TP
.B make-base [ mergemaster | mergemasterjails | mergemasterall ]
.TP
.B make-base [ delete-old-libs | version ]
.SH DESCRIPTION
.B make-base
is a script to build FreeBSD kernel and base from "/usr/src".
.SH ARGUMENTS
.TP
.B update
Starts "svnlite up" for the src tree.
.TP
.B buildworld
Starts "buildworld" from /usr/src.
.TP
.B buildkernel
Starts "buildkernel" for each kernel configuration.
.TP
.B build
Starts "buildworld" and "buildkernel"
.TP
.B installkernel
Starts "installkernel" for the kernel selected in "/etc/make.conf"
and installs also kernel into dirs listed in "/usr/src/pxe-${HOSTNAME}-${ARCH}.txt".
.TP
.B installworld
Starts "installworld" to install/update the base system.
.TP
.B install
Starts "installkernel" and "installworld"
.TP
.B installjails
Starts "installworld" for each dir listed in "/usr/src/jails-${HOSTNAME}-${ARCH}.txt".
.TP
.B installworlds
Starts "installworld" and "installjails"
.TP
.B installall
Starts "installkernel" and "installworlds"
.TP
.B installworlds
Starts "installworld" and "installjails"
.TP
.B mergemaster
Starts interactive "mergemaster" for the base system.
.TP
.B mergemaster -D /jail/name
Starts interactive "mergemaster" for the given path.
.TP
.B mergemasterjails
Starts interactive "mergemaster"
for each dir listed in "/usr/src/jails-${HOSTNAME}-${ARCH}.txt".
.TP
.B mergemasterall
Starts "mergemaster" and "mergemasterjails"
.TP
.B delete-old-libs
Starts "delete-old" and "delete-old-libs" for base
and each dir listed in "/usr/src/jails-${HOSTNAME}-${ARCH}.txt".
.TP
.B version
Shows REVISION and BRANCH present in "/usr/src"
.SH "FILES"
.TP
.B /usr/src/kernel-${HOSTNAME}-${ARCH}.txt
Kernel configurations listed in this file will be build.
.TP
.B /usr/src/pxe-${HOSTNAME}-${ARCH}.txt
Kernel will be installed for each path listed.
.TP
.B /usr/src/jails-${HOSTNAME}-${ARCH}.txt
Userland "world" will be installed for each path listed.
.SH "SEE ALSO"
.TP
.B update-base(8)
Easy install of kernel and world
.SH "AUTHOR"
Dirk Meyer, [email protected]
.SH "SEE ALSO"
.TP
.B update-base(8)
Easy install of kernel and world
.SH "AUTHOR"
Dirk Meyer, [email protected]