6071888f14
This patch add two params in inspector_pxelinux_cfg template, to make kernel and ramdisk filename configurable. Change-Id: I5a421cd6135d001763e4d83da778ab33e5b1baca
7 lines
314 B
Plaintext
7 lines
314 B
Plaintext
default inspector
|
|
|
|
label inspector
|
|
kernel <%= @kernel_filename %>
|
|
append initrd=<%= @ramdisk_filename %> 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
|