File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ packages:
123
123
- usbutils
124
124
- htop
125
125
- iproute2
126
+ - libvirt
126
127
binaries :
127
128
# Gnu utils (requared for swtpm)
128
129
- /usr/bin/certtool
@@ -146,6 +147,7 @@ binaries:
146
147
- /usr/bin/mount
147
148
- /usr/bin/chmod
148
149
- /usr/bin/mknod
150
+ - /usr/bin/virsh
149
151
# Xorriso (Creates an image of an ISO9660 filesystem)
150
152
- /usr/bin/xorriso-dd-target /usr/bin/xorrisofs /usr/bin/xorriso
151
153
# Swtpm
@@ -413,7 +415,7 @@ shell:
413
415
echo "Create symlinc for $LINE"
414
416
TARGET=$(echo $LINE | awk -F' ' '{print $1}')
415
417
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
417
419
done <<< "$SYMLINC_LIST"
418
420
419
421
echo "List files in /relocate/usr/local/lib64"
You can’t perform that action at this time.
0 commit comments