Add agent pxe parameters when testing

This commit is contained in:
David Shrewsbury 2015-03-12 13:29:17 -04:00
parent 1456464286
commit 77c9b97c0c

View File

@ -470,6 +470,9 @@ debug=true
# Additional append parameters for baremetal PXE boot. (string
# value)
#agent_pxe_append_params=nofb nomodeset vga=normal
{% if testing %}
agent_pxe_append_params=nofb nomodeset vga=normal console=ttyS0 systemd.journald.forward_to_console=yes
{% endif %}
# Template file for PXE configuration. (string value)
#agent_pxe_config_template=$pybasedir/drivers/modules/agent_config.template