Nothing sets this yet.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
host_linux_boot_append *_host_linux_boot_append
host_ip *_host_ip
host_power_install *_host_power_install
+ host_xenstored *_host_xenstored
);
#---------- test script startup ----------
(
"XENCONSOLED_TRACE" => "guest",
);
+
+ my $xenstored = target_var($ho, 'xenstored');
+ if (defined $xenstored) {
+ $xenstored = "/usr/local/sbin/$xenstored" unless $xenstored =~ m{/};
+ push @commons_config, "XENSTORED", $xenstored;
+ }
+
target_editfile_root($ho, $commons_config_file,
sub { target_editfile_kvp_replace(@commons_config) });