diff options
author | Christopher Faylor <me@cgf.cx> | 2010-01-15 18:47:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-01-15 18:47:31 +0000 |
commit | be0ca195b9da3cbe721f14c58df852847d4f4caf (patch) | |
tree | 8e4cb710e7445142952af13babeb388bd44d003e /winsup/doc/faq-setup.xml | |
parent | 0d6531551b6bf4037017c97d7f7ece5b83739601 (diff) | |
download | cygnal-be0ca195b9da3cbe721f14c58df852847d4f4caf.tar.gz cygnal-be0ca195b9da3cbe721f14c58df852847d4f4caf.tar.bz2 cygnal-be0ca195b9da3cbe721f14c58df852847d4f4caf.zip |
* faq-setup.xml: Add missing setup options. Sort options.
Diffstat (limited to 'winsup/doc/faq-setup.xml')
-rw-r--r-- | winsup/doc/faq-setup.xml | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml index 40ebcf240..8de529e32 100644 --- a/winsup/doc/faq-setup.xml +++ b/winsup/doc/faq-setup.xml @@ -52,22 +52,30 @@ For other options, search the mailing lists with terms such as when you run <literal>setup.exe --help</literal>. The current options are: <screen> Command Line Options: + -A --disable-buggy-antivirus Disable known or suspected buggy anti + virus software packages during execution. + -C --categories Specify entire categories to install -D --download Download from internet - -L --local-install Install from local directory - -s --site Download site - -R --root Root installation directory - -q --quiet-mode Unattended setup mode + -d --no-desktop Disable creation of desktop shortcut -h --help print help + -K --pubkey Path to extra public key file (gpg format) + -L --local-install Install from local directory -l --local-package-dir Local package directory - -r --no-replaceonreboot Disable replacing in-use files on next - reboot. - -n --no-shortcuts Disable creation of desktop and start - menu shortcuts + -n --no-shortcuts Disable creation of desktop and start menu + shortcuts -N --no-startmenu Disable creation of start menu shortcut - -d --no-desktop Disable creation of desktop shortcut - -A --disable-buggy-antivirus Disable known or suspected buggy anti - virus software packages during - execution. + -O --only-site Ignore all sites except for -s + -P --packages Specify packages to install + -p --proxy HTTP/FTP proxy (host:port) + -q --quiet-mode Unattended setup mode + -r --no-replaceonreboot Disable replacing in-use files on next + reboot. + -R --root Root installation directory + -S --sexpr-pubkey Extra public key in s-expr format + -s --site Download site + -U --keep-untrusted-keys Use untrusted keys and retain all + -u --untrusted-keys Use untrusted keys from last-extrakeys + -X --no-verify Don't verify setup.ini signatures </screen> </para> </answer></qandaentry> |