-
Notifications
You must be signed in to change notification settings - Fork 43
/
build.hlp
56 lines (32 loc) · 1.79 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
50
51
52
53
54
55
56
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.
addusergui (Re)build and (re)install nomadbsd-adduser-gui
clean Remove base system dir, distfiles, patch dir, and uzip images.
cleanup Unmount filesystems, remove mount points, and detach md devices.
dmconfig (Re)build and (re)install nomadbsd-dmconfig-gui
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
modules Build and install kernel modules from the "modules" directory
nbsdupdate Install nomadbsd-update.
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
reset Build and install nomadbsd-reset
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
unionfs (Re)build and (re)install unionfs-fuse
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