5704275b69
IPA accepts plenty of kernel arguments, adding all them explicitly may be not practical. New option ramdisk_kernel_args allows to set a string to append to the kernel command line when booting IPA. The first use case that comes to my mind is ipa-inspection-benchmarks option, enabling benchmarking during inspection. Change-Id: Id6bb8f38beb299e72fb5ab0e4d9a89ac00a47df2
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
default inspector
|
|
|
|
label inspector
|
|
kernel agent.kernel
|
|
append initrd=agent.ramdisk ipa-inspection-callback-url=http://<%= @dnsmasq_local_ip %>:5050/v1/continue ipa-inspection-collectors=<%= @ramdisk_collectors %> systemd.journald.forward_to_console=yes <%= @ramdisk_kernel_args %>
|
|
ipappend 3
|