proxy_ping_test
This commit is contained in:
parent
346682eedb
commit
c8610f9ded
19 changed files with 1126 additions and 183 deletions
|
@ -14,7 +14,7 @@ AGI_PROXY_MODE: "{{PROXY_MODE|default('')}}"
|
|||
|
||||
AGI_use_local_kernel: false
|
||||
AGI_install_disklabel: msdos
|
||||
AGI_install_timezone: UTC
|
||||
AGI_install_timezone: "{{ BASE_TIMEZONE|default('Etc/UTC') }}"
|
||||
AGI_install_locales:
|
||||
- en_US ISO-8859-1
|
||||
- en_US.UTF-8 UTF-8
|
||||
|
@ -28,9 +28,9 @@ AGI_install_network_interfaces:
|
|||
config: dhcp
|
||||
AGI_container_disk: /dev/vda
|
||||
|
||||
AGI_install_syslog_daemon: syslog-ng # app-admin/sysklogd
|
||||
AGI_install_cron_daemon: cronie
|
||||
AGI_install_bootloader: syslinux
|
||||
AGI_install_syslog_daemon: syslog-ng # sysklogd
|
||||
AGI_install_cron_daemon: cronie #
|
||||
AGI_install_bootloader: syslinux # grub:2
|
||||
|
||||
AGI_install_syslinux_kernel_line:
|
||||
# this is required I think
|
||||
|
@ -48,11 +48,11 @@ AGI_install_syslinux_kernel_line:
|
|||
# =0x37f works too
|
||||
- vga=789
|
||||
# these may not all be needed or useful in a container
|
||||
- pti=on
|
||||
- iommu=pt
|
||||
- amd_iommu=on
|
||||
- intel_iommu=on
|
||||
- debug
|
||||
# - pti=on
|
||||
# - iommu=pt
|
||||
# - amd_iommu=on
|
||||
# - intel_iommu=on
|
||||
# - debug
|
||||
|
||||
# remove the unused ones:
|
||||
AGI_install_syslinux_c32:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue