Skip to content

Commit 4efb8cd

Browse files
author
Valeriy Khorunzhin
committed
virsh
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent 3b8b02b commit 4efb8cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/virt-launcher/werf.inc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ packages:
123123
- usbutils
124124
- htop
125125
- iproute2
126+
- libvirt
126127
binaries:
127128
# Gnu utils (requared for swtpm)
128129
- /usr/bin/certtool
@@ -146,6 +147,7 @@ binaries:
146147
- /usr/bin/mount
147148
- /usr/bin/chmod
148149
- /usr/bin/mknod
150+
- /usr/bin/virsh
149151
# Xorriso (Creates an image of an ISO9660 filesystem)
150152
- /usr/bin/xorriso-dd-target /usr/bin/xorrisofs /usr/bin/xorriso
151153
# Swtpm
@@ -413,7 +415,7 @@ shell:
413415
echo "Create symlinc for $LINE"
414416
TARGET=$(echo $LINE | awk -F' ' '{print $1}')
415417
SYMLINK=$(echo $LINE | awk -F' ' '{print $2}')
416-
ln -s ../local/lib64/$TARGET usr/lib64/$SYMLINK
418+
# ln -s ../local/lib64/$TARGET usr/lib64/$SYMLINK
417419
done <<< "$SYMLINC_LIST"
418420
419421
echo "List files in /relocate/usr/local/lib64"

0 commit comments

Comments
 (0)