xen 4.10: link /etc/xen/oxenstored.conf

this is required for oxenstored to start
This commit is contained in:
xeji 2018-03-07 18:31:41 +01:00
parent fc790cb0f6
commit 08894b4d8a

View File

@ -241,6 +241,12 @@ in
'';
target = "default/xendomains";
}
]
++ lib.optionals (builtins.compareVersions cfg.package.version "4.10" >= 0) [
# in V 4.10 oxenstored requires /etc/xen/oxenstored.conf to start
{ source = "${cfg.package}/etc/xen/oxenstored.conf";
target = "xen/oxenstored.conf";
}
];
# Xen provides udev rules.