lxd: add criu to path
This commit is contained in:
parent
ed86bbad84
commit
812b5d3ffd
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, squashfsTools, iproute, iptables, ebtables, libcap, dqlite
|
||||
, sqlite-replication
|
||||
, writeShellScriptBin, apparmor-profiles, apparmor-parser
|
||||
, criu
|
||||
, bash
|
||||
}:
|
||||
|
||||
|
@ -33,7 +34,7 @@ buildGoPackage rec {
|
|||
rm $bin/bin/{deps,macaroon-identity,generate}
|
||||
|
||||
wrapProgram $bin/bin/lxd --prefix PATH : ${stdenv.lib.makeBinPath [
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables bash
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables bash criu
|
||||
(writeShellScriptBin "apparmor_parser" ''
|
||||
exec '${apparmor-parser}/bin/apparmor_parser' -I '${apparmor-profiles}/etc/apparmor.d' "$@"
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue