xen 4.10: link /etc/xen/oxenstored.conf
this is required for oxenstored to start
This commit is contained in:
parent
fc790cb0f6
commit
08894b4d8a
@ -241,6 +241,12 @@ in
|
|||||||
'';
|
'';
|
||||||
target = "default/xendomains";
|
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.
|
# Xen provides udev rules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user