proxy_ping_test
This commit is contained in:
parent
346682eedb
commit
c8610f9ded
19 changed files with 1126 additions and 183 deletions
|
@ -27,6 +27,9 @@ AGI_bootstrap_links:
|
|||
- from: /var/db/repos/gentoo
|
||||
to: /usr/portage
|
||||
|
||||
AGI_bootstrap_modules:
|
||||
- virtio_console
|
||||
|
||||
# NO LEADING /
|
||||
AGI_bootstrap_dirs:
|
||||
- usr/local/etc/local.d
|
||||
|
@ -49,6 +52,8 @@ AGI_bootstrap_files:
|
|||
- usr/local/etc/local.d/local.bash
|
||||
- usr/local/bin/usr_local_tput.bash
|
||||
- usr/local/bin/proxy_export.bash
|
||||
- etc/hosts
|
||||
- etc/resolv.conf
|
||||
|
||||
AGI_bootstrap_uris:
|
||||
- http://distfiles.gentoo.org/distfiles/00/elfutils-0.190.tar.bz2
|
||||
|
@ -56,24 +61,35 @@ AGI_bootstrap_uris:
|
|||
- http://distfiles.gentoo.org/distfiles/60/shared-mime-info-2.2.tar.gz
|
||||
- http://distfiles.gentoo.org/distfiles/fc/qemu-8.0.3.tar.xz
|
||||
|
||||
AGI_bootstrap_pips3:
|
||||
- negotiator-guest
|
||||
|
||||
# proxy_pkgs_inst:
|
||||
AGI_bootstrap_pkgs:
|
||||
- app-admin/sudo
|
||||
- sys-boot/grub:2
|
||||
- sys-boot/syslinux
|
||||
- app-editors/mg
|
||||
- qemu-guest-agent
|
||||
- app-admin/logrotate
|
||||
- "sys-process/{{ AGI_install_cron_daemon }}"
|
||||
- "{{ AGI_install_syslog_daemon}}"
|
||||
- "sys-boot/{{ AGI_install_bootloader }}"
|
||||
- media-fonts/terminus-font
|
||||
- sys-apps/gptfdisk
|
||||
- net-analyzer/openbsd-netcat
|
||||
- app-admin/logrotate
|
||||
- "sys-process/{{ AGI_install_cron_daemon }}"
|
||||
- "app-admin/{{ AGI_install_syslog_daemon}}"
|
||||
- "sys-boot/{{ AGI_install_bootloader }}"
|
||||
- media-fonts/terminus-font
|
||||
- net-misc/curl
|
||||
- app-arch/unzip
|
||||
- net-libs/pacparser
|
||||
- sys-process/lsof
|
||||
- dev-util/strace
|
||||
- sys-libs/gpm
|
||||
- app-portage/eix
|
||||
- net-misc/curl
|
||||
- sys-libs/gpm
|
||||
- linux-firmware
|
||||
- net-dns/bind-tools
|
||||
# - www-client/lynx
|
||||
- app-admin/supervisor
|
||||
- dev-python/pip
|
||||
|
||||
AGI_cloud_pkgs:
|
||||
# get these from base.json
|
||||
|
@ -94,4 +110,3 @@ AGI_cloud_pkgs:
|
|||
# get these from config.json
|
||||
# - app-emulation/cloud-init
|
||||
# - sys-block/open-iscsi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue