/apt/apt-zip.conf
http://github.com/brinkman83/bashrc · Config · 32 lines · 27 code · 5 blank · 0 comment · 0 complexity · e80f9a256b4b8d5e224af019be03a012 MD5 · raw file
- # Configuration file for apt-zip.
- # This is a /bin/sh code snippet.
- # METHOD is taken from /usr/share/apt-zip/.
- METHOD=wget
- # MEDIUM should be defined in /etc/fstab with option `noauto'.
- # It is possible to use an already mounted device or one which is not in
- # /etc/fstab by using the option --skip-mount|-s in the command line
- MEDIUM=/media/zip
- # OPTIONS is a comma-separated list of options.
- # Possible options include: tar[=posixtarprogram], gnutar[=gnutarprogram],
- # solaristar[=solaristarprogram], restart
- # Examples:
- # OPTIONS=tar=gtar
- # OPTIONS=solaristar,restart
- # OPTIONS="gnutar, restart=1"
- # Recommended for a Solaris download host when possible:
- # OPTIONS=solaristar,gnutar=gtar,restart
- OPTIONS=
- # DEFAULT_APTGETACTION is the action taken by apt-get when neither
- # the --aptgetaction nor the --packages options are given.
- # Possible actions include: dselect-upgrade(default), upgrade and dist-upgrade
- DEFAULT_APTGETACTION=dselect-upgrade
- # The regexp applied to filter (with grep) the files to download.
- # Examples:
- # GREP="^http\|^ftp"
- # GREP="-v ^cdrom\|^file"
- GREP="^http\|^ftp"