diff options
Diffstat (limited to 'man1/sboinstall.1')
| -rw-r--r-- | man1/sboinstall.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 index f6a4fc4..bee6b0f 100644 --- a/man1/sboinstall.1 +++ b/man1/sboinstall.1 @@ -4,7 +4,8 @@ sboinstall - install slackbuilds .SH SYNAPSES .P -sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NrRip] sbo_name (sbo_name) +sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NrRip] [--create-template FILE] sbo_name (sbo_name) +sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NRip] --use-template FILE .SH DESCRIPTION .P sboinstall is used to install SBos. If the -r flag is NOT specified, sboinstall will pull the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. This is recursive, so that ordering happens correctly. sboinstall will refuse to handle circular requirements. sboinstall will attempt to note groupadd and useradd commands in README files and offer to run those first. If the README appears to document options of the KEY=value form, sboinstall will offer the opportunity to set options. @@ -54,6 +55,16 @@ Skip viewing of the README and the yes or no question which accompanies it. Anyt .RS This option causes sboinstall to skip requirement handling, but still show the README and prompt the user to proceed. .RE +.P +--create-template (FILE) +.RS +Create a template for the SlackBuilds including any optional commands or build options that you wish to set and store this in the specified FILE. +.RE +.P +--use-template (FILE) +.RS +Use a template file and let it specify all the build options and optional commands to be used. This also enables the --nointeractive flag. +.RE .SH EXIT CODES .P sboinstall can exit with the following exit codes: |
