You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.8KB

  1. # config/bootstrap - options for live-build(7), bootstrap stage
  2. # $LB_DISTRIBUTION: select distribution to use
  3. # (Default: stretch)
  4. LB_DISTRIBUTION="stretch"
  5. # $LB_PARENT_DISTRIBUTION: select parent distribution to use
  6. # (Default: stretch)
  7. LB_PARENT_DISTRIBUTION="stretch"
  8. # $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
  9. # (Default: stretch)
  10. LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="stretch"
  11. # $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
  12. # (Default: http://ftp.debian.org/debian/)
  13. LB_PARENT_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
  14. # $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
  15. # (Default: http://ftp.debian.org/debian/)
  16. LB_PARENT_MIRROR_CHROOT="http://ftp.debian.org/debian/"
  17. # $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
  18. # (Default: http://security.debian.org/)
  19. LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
  20. # $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
  21. # (Default: http://httpredir.debian.org/debian/)
  22. LB_PARENT_MIRROR_BINARY="http://httpredir.debian.org/debian/"
  23. # $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
  24. # (Default: http://security.debian.org/)
  25. LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/"
  26. # $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
  27. # (Default: http://ftp.debian.org/debian/)
  28. LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/"
  29. # $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
  30. # (Default: http://ftp.debian.org/debian/)
  31. LB_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
  32. # $LB_MIRROR_CHROOT: set mirror to fetch packages from
  33. # (Default: http://ftp.debian.org/debian/)
  34. LB_MIRROR_CHROOT="http://ftp.debian.org/debian/"
  35. # $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
  36. # (Default: http://security.debian.org/)
  37. LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
  38. # $LB_MIRROR_BINARY: set mirror which ends up in the image
  39. # (Default: http://httpredir.debian.org/debian/)
  40. LB_MIRROR_BINARY="http://httpredir.debian.org/debian/"
  41. # $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
  42. # (Default: http://security.debian.org/)
  43. LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
  44. # $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
  45. # (Default: http://ftp.debian.org/debian/)
  46. LB_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/"
  47. # $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
  48. # (Default: )
  49. LB_BOOTSTRAP_QEMU_ARCHITECTURES=""
  50. # $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
  51. # (Default: )
  52. LB_BOOTSTRAP_QEMU_EXCLUDE=""
  53. # $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
  54. # (Default: )
  55. LB_BOOTSTRAP_QEMU_STATIC=""