aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-07 16:06:39 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-07 16:06:39 +0300
commit522a8eea3ad8b35ee8678dbc3e1cc10462b694ca (patch)
treeeb677be1fbc2c1e33648848e077c5c187a394536 /docs
parentupdated gse.1 manpage (diff)
downloadGSE-522a8eea3ad8b35ee8678dbc3e1cc10462b694ca.tar.gz
GSE-522a8eea3ad8b35ee8678dbc3e1cc10462b694ca.tar.bz2
GSE-522a8eea3ad8b35ee8678dbc3e1cc10462b694ca.zip
Updated man 1 gse
Diffstat (limited to 'docs')
-rw-r--r--docs/documentations/gse.139
1 files changed, 36 insertions, 3 deletions
diff --git a/docs/documentations/gse.1 b/docs/documentations/gse.1
index fc2bed1..39175cf 100644
--- a/docs/documentations/gse.1
+++ b/docs/documentations/gse.1
@@ -42,23 +42,56 @@ Warning: This option purges everything in the workdir.
Prints the help screen and exits
.fi
.TP
-\fB\-\-keep\fR \fB\-\-k\fR
+\fB\-\-keep\fR \fB\-k\fR
.nf
This option does what the start-new option, however it saves all work done /var/gse/work-<date>.
If disk space is not an issue, then this option should be preferred rather than -sn
.fi
.TP
-\fB\-\-health-check\fR \fB\-\-hc\fR
+\fB\-\-health-check\fR \fB\-hc\fR
.nf
This option simply checks the important scrips for modifications and marks them for restore if
changes are found.
.fi
.TP
-\fB\-\-replace-new\fR \fB\-\-rpn\fR
+\fB\-\-replace-new\fR \fB\-rpn\fR
This options replaces all configuration data, and scripts. You don't want to use this, unless
configuration data have been lost or altered beyond a restore point. The script files can be refreshed from
the health-check entry.
.fi
+.TP
+\fB\-\-no-kernel\fR \fB\-nk\fR
+.nf
+This option forces gse to exclude the kernel fromt Stage B building sequence. This option implies
+--no-initramfs also. If you use no kernel, you must then provide your kernel moddir, and build
+and intiramfs as a separate step.
+.fi
+.TP
+\fB\-\-no-initramfs\fR \fB\-ni\fR
+.nf
+This option instructs gse to exclude the initramfs build from Stage B building sequence.
+.fi
+.TP
+\fB\-\-build-controller\fR [\fB\-\fR\fIkernel-mods\fR] \fB\-\-bc\fR [\fB\-\fR\fIkernel-mods\fR]
+.nf
+This option will instruct gse to build only the controller. To build the initramf outside of the
+stage B you have to provide the gse with the directory containing the kernel modules.
+Be warrned however, that the setup is based on a modular kernel, therefore be sure to include
+the entries that your clients will require to function and not to remove any of
+{overlayFS, tmpfs, nfs, fuser} entries.
+.fi
+.TP
+\fB\-\-build-system\fR \fB\-\-bs\fR
+.nf
+This option instructs the gse to build only the system. Kernel, initramfs and the packages
+required for those, will be excluded, during Stage B.
+.fi
+.TP
+\fB\-\-build-minimal\fR \fB\-\-bm\fR
+.nf
+This option forces gse to exclude all extra packages that are found at chinit.conf, which is
+located at /scripts/chroot_scripts. This option implies --no-kernel --no-initramfs.
+.fi
.SH "SEE ALSO"
.nf
man 5 gse