update
This commit is contained in:
parent
c417a6f3f9
commit
33a439173c
17 changed files with 1298 additions and 95 deletions
|
@ -16,6 +16,7 @@ AGI_install_portage_makeconf_default:
|
|||
MAKEOPTS: "-j{{ ansible_processor_vcpus | default(1) }}"
|
||||
USE: "-X verify-sig"
|
||||
CFLAGS: "-march=native -O2 -pipe"
|
||||
|
||||
AGI_install_portage_conf_files:
|
||||
'package.accept_keywords': |
|
||||
=sys-kernel/genkernel-4.3* ~amd64
|
||||
|
@ -41,6 +42,8 @@ AGI_bootstrap_dirs:
|
|||
- etc/portage/repos.conf
|
||||
- etc/portage/savedconfig
|
||||
- etc/portage/sets
|
||||
- usr/local/tmp/bootstrap/logs
|
||||
- usr/local/tmp/bootstrap/distfiles
|
||||
|
||||
AGI_bootstrap_files:
|
||||
- usr/local/etc/local.d/local.bash
|
||||
|
@ -59,8 +62,9 @@ AGI_bootstrap_pkgs:
|
|||
- app-editors/mg
|
||||
- qemu-guest-agent
|
||||
- app-admin/logrotate
|
||||
- "{{ AGI_install_cron_daemon }}"
|
||||
- "{{AGI_install_syslog_daemon}}"
|
||||
- "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
|
||||
|
@ -68,7 +72,7 @@ AGI_bootstrap_pkgs:
|
|||
- dev-util/strace
|
||||
- sys-libs/gpm
|
||||
- app-portage/eix
|
||||
- www-client/lynx
|
||||
- net-misc/curl
|
||||
- linux-firmware
|
||||
|
||||
AGI_cloud_pkgs:
|
||||
|
@ -83,12 +87,11 @@ AGI_cloud_pkgs:
|
|||
- tmux
|
||||
- app-misc/screen
|
||||
- dev-vcs/git
|
||||
- net-misc/curl
|
||||
- usbutils
|
||||
- pciutils
|
||||
- net-misc/ntp
|
||||
- net-fs/nfs-utils
|
||||
# get these from config.json
|
||||
- app-emulation/cloud-init
|
||||
- sys-block/open-iscsi
|
||||
# - app-emulation/cloud-init
|
||||
# - sys-block/open-iscsi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue