25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

di-netboot-assistant.conf.j2 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {{ansible_managed|comment}}
  2. #Configuration file for di-netboot-assistant
  3. #TFTP root directory (for netboot).
  4. # You will have to adjust the directory according to the tftp server setting.
  5. # Use option '--tftproot=DIR' to overwrite temporarily.
  6. TFTP_ROOT={{debian_installer_netboot_directory}}
  7. #Download Mirror
  8. # The variable MIRROR_REGEXPS contain a list of space separated sed
  9. # regular expression, to rewrite di-sources.list URLs, to match your
  10. # prefered mirror. For example, in older releases the following has
  11. # been used (adapted in di-sources.list now):
  12. MIRROR_REGEXPS="s=://deb.debian.org/dists/=://deb.debian.org/debian/dists/="
  13. ## non-free firmware base URL:
  14. NONFREE_FW="https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/"
  15. #Location of the keyring to verify the signature of the downloaded
  16. # images:
  17. DEBIAN_KEYRING="/usr/share/keyrings/debian-archive-keyring.gpg"
  18. UBUNTU_KEYRING="/usr/share/keyrings/ubuntu-archive-keyring.gpg"
  19. # Debian-installer arguments.
  20. # The arguments listed here will be appended to the one provided by
  21. # the debian-installer pristine images (see di-netboot-assistant manpage).
  22. #DI_ARGS="locale=en_US console-keymaps-at/keymap=fr-latin1 mirror/country=manual mirror/http/hostname=http.de.debian.org mirror/http/directory=/debian mirror/http/proxy="
  23. # Boot arguments for installed (target) system.
  24. # The arguments listed here will be appended to the one provided by
  25. # the debian-installer pristine images (see di-netboot-assistant manpage).
  26. #TARGET_ARGS="vga=791"
  27. ## URL to fetch the squashfs image of the root file system from for Debian Live.
  28. ## Default ist the TFTP-server, however, you might want to provide a faster way.
  29. #SQUASHIMG='tftp://10.0.2.2/${LIVE_DIR}/${ISO_NAME}/live/filesystem.squashfs'
  30. #SQUASHIMG="http://192.168.0.10/${ISO_NAME}/live/filesystem.squashfs"
  31. ## For GRUB, the ${pxe_default_server} variable can be used:
  32. SQUASHIMG='tftp://\${pxe_default_server}/${LIVE_DIR}/${ISO_NAME}/live/filesystem.squashfs'