File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ binaries:
149149 - /usr/bin/memhog /usr/bin/migratepages /usr/bin/migspeed /usr/bin/numactl /usr/bin/numastat
150150 # Hwclock
151151 - /usr/sbin/hwclock
152- # Nftables
153- - /usr/sbin/nft
154152{{- end -}}
155153
156154{{ $virtLauncherDependencies := include "virt-launcher-dependencies" . | fromYaml }}
@@ -244,17 +242,11 @@ import:
244242 to : /numactl
245243 before : install
246244
247-
248245- image : packages/binaries/xorriso
249246 add : /xorriso
250247 to : /xorriso
251248 before : install
252249
253- - image : packages/binaries/nftables
254- add : /nftables
255- to : /nftables
256- before : install
257-
258250# Statically builded
259251- image : packages/binaries/openssl
260252 add : /openssl
@@ -328,7 +320,6 @@ shell:
328320 cp -a /xorriso/. /
329321 cp -a /swtpm/. /
330322 cp -a /numactl/. /
331- cp -a /nftables/. /
332323
333324 echo "Show libs after relocation in /relocate/usr/lib64"
334325 ls -la /relocate/usr/lib64
You can’t perform that action at this time.
0 commit comments