/apt/apt-zip.conf

http://github.com/brinkman83/bashrc · Config · 32 lines · 27 code · 5 blank · 0 comment · 0 complexity · e80f9a256b4b8d5e224af019be03a012 MD5 · raw file

  1. # Configuration file for apt-zip.
  2. # This is a /bin/sh code snippet.
  3. # METHOD is taken from /usr/share/apt-zip/.
  4. METHOD=wget
  5. # MEDIUM should be defined in /etc/fstab with option `noauto'.
  6. # It is possible to use an already mounted device or one which is not in
  7. # /etc/fstab by using the option --skip-mount|-s in the command line
  8. MEDIUM=/media/zip
  9. # OPTIONS is a comma-separated list of options.
  10. # Possible options include: tar[=posixtarprogram], gnutar[=gnutarprogram],
  11. # solaristar[=solaristarprogram], restart
  12. # Examples:
  13. # OPTIONS=tar=gtar
  14. # OPTIONS=solaristar,restart
  15. # OPTIONS="gnutar, restart=1"
  16. # Recommended for a Solaris download host when possible:
  17. # OPTIONS=solaristar,gnutar=gtar,restart
  18. OPTIONS=
  19. # DEFAULT_APTGETACTION is the action taken by apt-get when neither
  20. # the --aptgetaction nor the --packages options are given.
  21. # Possible actions include: dselect-upgrade(default), upgrade and dist-upgrade
  22. DEFAULT_APTGETACTION=dselect-upgrade
  23. # The regexp applied to filter (with grep) the files to download.
  24. # Examples:
  25. # GREP="^http\|^ftp"
  26. # GREP="-v ^cdrom\|^file"
  27. GREP="^http\|^ftp"