Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.

46 řádky
1.5KB

  1. # DEBIRF configuration file: this will be sourced by bash
  2. # Label for debirf system (for hostname and initrd). "debirf" will be
  3. # used if unspecified.
  4. #
  5. DEBIRF_LABEL="{{ debirf_label }}"
  6. # Where shoud debirf build the image? By default, debirf will build
  7. # in the profile directory.
  8. #
  9. #DEBIRF_BUILDD=""
  10. # What suite should be used? The default is determined by
  11. # lsb_release, and falls back to "sid".
  12. #
  13. DEBIRF_SUITE="{{ debirf_suite }}"
  14. # The default distro (eg. "debian" or "ubuntu") is based on the distro
  15. # of the suite specified. If you want to use a suite from a
  16. # non-Debian/Ubuntu distro, specify the distro explicitly here (all
  17. # lowercase).
  18. #
  19. DEBIRF_DISTRO="{{ debirf_distro }}"
  20. # What mirror should debirf pull the suite from? By default, this is
  21. # based on the DEBIRF_DISTRO
  22. # (eg. "http://mirrors.kernel.org/${DEBIRF_DISTRO}").
  23. #
  24. DEBIRF_MIRROR="{{ debirf_mirror }}"
  25. # What keyring should be used to verify the debootstrap for the
  26. # specified suite? This is also based on the DEBIRF_DISTRO by
  27. # default. If you are trying to build a non-Debian/Ubuntu version of
  28. # debirf, then you will need to specify the keyring explicitly here if
  29. # you want to verify the debootstrap. Otherwise, uncomment the
  30. # variable but leave the definition blank to have debirf skip the
  31. # debootstrap verification.
  32. #
  33. #DEBIRF_KEYRING=
  34. # Use a web proxy for downloading the packages (the "export" in front
  35. # of the variable is necessary to have it recognized by all internal
  36. # functions).
  37. #
  38. #export http_proxy=