forked from nomadbsd/NomadBSD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.hlp
49 lines (29 loc) · 1.65 KB
/
build.hlp
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
COMMAND DESCRIPTION
all Set up base system, build and install kernel if BUILD_KERNEL is
set to YES, intall packages, ports, software from Git repos,
create uzip image, and finally build the NomadBSD image.
clean Remove base system dir, distfiles, patch dir, and uzip images.
cleanup Unmount filesystems, remove mount points, and detach md devices.
drmlegacy Build drm-legacy-kmod, and install modules under /boot/drm_legacy.
git Install software from Git repos defined in build.cfg
handbook Build and install the NomadBSD handbook.
init Create base system, add the nomad user, and copy the
configuration files to the base system.
image Build the NomadBSD image.
initbase Create nomad user, and copy all configuration files from
config/ and nomad/ to base system.
installgui (Re)build and (re)install nomadbsd-install-gui
kernel Build a custom kernel using kernel/NOMADBSD
patch Create a patch file for nomadbsd-update. Add a new record to the
patch index.
pkgcfg Set up configuration files and users required by installed
software packages.
pkgs Install all packages from pkg.list
ports Build and install all ports defined in build.cfg
resume Continue where the build failed. Use this to resume from a failed
"build all", after removing the error source(s).
setupgui (Re)build and (re)install nomadbsd-setup-gui
uzip Create uzip image.
update Update base system
usrcfg Install all files from nomad/ in ${SYSDIR]/home/nomad
usrclean Remove all files from ${SYSDIR}/home/nomad